godot/demos/2d/isometric/engine.cfg
Rémi Verschelde 69e67d51c7 Port 2D demos to TSCN/TRES formats
Part of #4196.

(cherry picked from commit 23cf6a85bd)
2016-04-02 22:19:30 +02:00

22 lines
272 B
INI

[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