game.projectc0 231 B

1234567891011121314151617181920
  1. [project]
  2. title = Snake
  3. version = 0.1
  4. [bootstrap]
  5. main_collection = /main/main.collectionc
  6. [input]
  7. game_binding = /input/game.input_bindingc
  8. [display]
  9. width = 768
  10. height = 768
  11. [physics]
  12. scale = 0.02
  13. [script]
  14. shared_state = 1