| 12345678910111213141516171819202122232425262728 |
- [project]
- title = platformer
- [bootstrap]
- main_collection = /level/level1.collectionc
- [input]
- game_binding = /input/game.input_bindingc
- [display]
- width = 1280
- height = 720
- [physics]
- scale = 0.02
- debug = 0
- [graphics]
- default_texture_min_filter = linear
- default_texture_mag_filter = linear
- [script]
- shared_state = 1
- [particle_fx]
- max_count = 1024
- max_particle_count = 2048
|