godot/demos/gui/input_mapping/engine.cfg
2015-10-21 14:29:52 -05:00

18 lines
219 B
INI

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