summaryrefslogtreecommitdiff
path: root/demos/2d/isometric/engine.cfg
blob: 4952b524a5cf37fb313de1473ed03c6af3ae1e41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[application]

name="Isometric Game"
main_scene="res://dungeon.tscn"
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