summaryrefslogtreecommitdiff
path: root/demos/2d/isometric/engine.cfg
blob: 48f39826f90666899a66e00f2d9baf3baccf0445 (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.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