game.projectc0 235 B

1234567891011121314151617181920
  1. [project]
  2. title = 15 puzzle
  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 = 512
  10. height = 512
  11. [physics]
  12. scale = 0.02
  13. [script]
  14. shared_state = 1