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

name="Fog of War"
main_scene="res://fog.scn"
icon="res://icon.png"

[input]

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