summaryrefslogtreecommitdiff
path: root/demos/gui/input_mapping/engine.cfg
blob: 6470ec6cd8cb193681407c82525dc2fd42ff665f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[application]

name="Input Mapping GUI"
main_scene="res://controls.scn"

[display]

width=640
height=480

[input]

move_up=[key(Up)]
move_down=[key(Down)]
move_left=[key(Left)]
move_right=[key(Right)]
jump=[key(Space)]