game.projectc0 399 B

12345678910111213141516171819202122232425262728293031
  1. [project]
  2. title = Defold examples
  3. version = 0.1
  4. [bootstrap]
  5. main_collection = /main/main.collectionc
  6. render = /render/example.renderc
  7. [input]
  8. game_binding = /input/game.input_bindingc
  9. [display]
  10. width = 1024
  11. height = 768
  12. [physics]
  13. scale = 0.02
  14. debug = 0
  15. gravity_y = -100
  16. max_collisions = 1024
  17. max_contacts = 8192
  18. [script]
  19. shared_state = 1
  20. [factory]
  21. max_count = 1024
  22. [sprite]
  23. max_count = 1024