engine.cfg 241 B

12345678910111213141516171819
  1. [application]
  2. name="Input Mapping GUI"
  3. main_scene="res://controls.scn"
  4. icon="res://icon.png"
  5. [display]
  6. width=640
  7. height=480
  8. [input]
  9. move_up=[key(Up)]
  10. move_down=[key(Down)]
  11. move_left=[key(Left)]
  12. move_right=[key(Right)]
  13. jump=[key(Space)]