godot-demo-projects/gui/input_mapping/project.godot

20 lines
355 B
Plaintext

[application]
icon = "res://icon.png"
main_scene = "res://controls.scn"
name = "Input Mapping GUI"
[display]
window/height = 480
window/width = 640
[input]
jump = [ InputEvent(KEY,32) ]
move_down = [ InputEvent(KEY,16777234) ]
move_left = [ InputEvent(KEY,16777231) ]
move_right = [ InputEvent(KEY,16777233) ]
move_up = [ InputEvent(KEY,16777232) ]