game.project 915 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. [project]
  2. title = Post-process
  3. version = 0.1
  4. [bootstrap]
  5. main_collection = /example/example.collectionc
  6. render = /example/postprocess.renderc
  7. [input]
  8. game_binding = /builtins/input/all.input_bindingc
  9. repeat_interval = 0.05
  10. [display]
  11. width = 720
  12. height = 720
  13. high_dpi = 1
  14. [physics]
  15. scale = 0.02
  16. gravity_y = -500.0
  17. [script]
  18. shared_state = 1
  19. [collection_proxy]
  20. max_count = 256
  21. [label]
  22. subpixels = 1
  23. [sprite]
  24. subpixels = 1
  25. max_count = 32765
  26. [windows]
  27. iap_provider =
  28. [android]
  29. package = com.defold.examples
  30. [ios]
  31. bundle_identifier = com.defold.examples
  32. [osx]
  33. bundle_identifier = com.defold.examples
  34. [html5]
  35. show_fullscreen_button = 0
  36. show_made_with_defold = 0
  37. scale_mode = no_scale
  38. heap_size = 64
  39. [graphics]
  40. texture_profiles = /all.texture_profiles
  41. [collection]
  42. max_instances = 32765
  43. [particle_fx]
  44. max_emitter_count = 1024
  45. [render]
  46. clear_color_blue = 1.0
  47. clear_color_green = 1.0
  48. clear_color_red = 1.0