| 123456789101112131415161718192021222324 |
- [project]
- title = platformer
- [bootstrap]
- main_collection = /main/main.collectionc
- [input]
- game_binding = /input/game.input_bindingc
- [display]
- width = 1024
- height = 768
- [physics]
- scale = 0.02
- debug = 0
- [graphics]
- default_texture_min_filter = linear
- default_texture_mag_filter = linear
- [script]
- shared_state = 1
|