| 1234567891011121314151617181920 |
- [project]
- title = 15 puzzle
- version = 0.1
- [bootstrap]
- main_collection = /main/main.collectionc
- [input]
- game_binding = /input/game.input_bindingc
- [display]
- width = 512
- height = 512
- [physics]
- scale = 0.02
- [script]
- shared_state = 1
|