summaryrefslogtreecommitdiff
path: root/demos/gui/input_mapping/engine.cfg
blob: 959c0ac7d54f1e4bc79473ee6f4caeb68c452fa1 (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="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)]