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

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

[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)]