game.project 959 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. [project]
  2. title = Defold-examples
  3. version = 0.1
  4. [bootstrap]
  5. main_collection = /example/animation_states.collectionc
  6. [input]
  7. game_binding = /assets/example.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. default_texture_min_filter = nearest
  41. default_texture_mag_filter = nearest
  42. [collection]
  43. max_instances = 32765
  44. [particle_fx]
  45. max_emitter_count = 1024
  46. [render]
  47. clear_color_blue = 1.0
  48. clear_color_green = 1.0
  49. clear_color_red = 1.0