game.project 883 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. [project]
  2. title = Defold-examples
  3. version = 0.1
  4. [bootstrap]
  5. main_collection = /example/uvgradient.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. [render]
  45. clear_color_blue = 1.0
  46. clear_color_green = 1.0
  47. clear_color_red = 1.0