21 lines
271 B
INI
21 lines
271 B
INI
[application]
|
|
|
|
name="Isometric Game"
|
|
main_scene="res://dungeon.scn"
|
|
icon="res://icon.png"
|
|
|
|
[image_loader]
|
|
|
|
filter=false
|
|
gen_mipmaps=false
|
|
|
|
[input]
|
|
|
|
move_up=[key(Up)]
|
|
move_left=[key(Left)]
|
|
move_right=[key(Right)]
|
|
move_bottom=[key(Down)]
|
|
|
|
[rasterizer]
|
|
|
|
use_pixel_snap=true
|