game.projectc0 378 B

12345678910111213141516171819202122232425262728
  1. [project]
  2. title = platformer
  3. [bootstrap]
  4. main_collection = /level/level1.collectionc
  5. [input]
  6. game_binding = /input/game.input_bindingc
  7. [display]
  8. width = 1280
  9. height = 720
  10. [physics]
  11. scale = 0.02
  12. debug = 0
  13. [graphics]
  14. default_texture_min_filter = linear
  15. default_texture_mag_filter = linear
  16. [script]
  17. shared_state = 1
  18. [particle_fx]
  19. max_count = 1024
  20. max_particle_count = 2048