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