game.project 908 B

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