engine.cfg 214 B

123456789101112131415161718
  1. [application]
  2. name="Tetris"
  3. main_scene="res://tetris.xml"
  4. icon="res://tetris.png"
  5. [display]
  6. width=400
  7. height=400
  8. [input]
  9. move_left=[key(Left)]
  10. move_right=[key(Right)]
  11. move_down=[key(Down)]
  12. rotate=[key(Space)]