game.projectc0 317 B

123456789101112131415161718192021222324
  1. [project]
  2. title = platformer
  3. [bootstrap]
  4. main_collection = /main/main.collectionc
  5. [input]
  6. game_binding = /input/game.input_bindingc
  7. [display]
  8. width = 1024
  9. height = 768
  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