summaryrefslogtreecommitdiff
path: root/demos/2d/hexamap/engine.cfg
blob: 4567af7a1676977720f7476691464c72f7d0e639 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[application]

name="Hexagonal Game"
main_scene="res://map.scn"
icon="res://icon.png"

[input]

move_up=[key(Up)]
move_left=[key(Left)]
move_right=[key(Right)]
move_bottom=[key(Down)]