game.project 976 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. [project]
  2. title = Defold-examples
  3. version = 0.1
  4. custom_resources = examples/resource/modify_atlas/resources, examples/resource/create_atlas/resources
  5. dependencies#0 = https://github.com/defold/extension-spine/archive/refs/tags/2.13.0.zip
  6. [bootstrap]
  7. main_collection = /examples/main.collectionc
  8. [input]
  9. game_binding = /input/game.input_bindingc
  10. repeat_interval = 0.05
  11. [display]
  12. width = 720
  13. height = 720
  14. high_dpi = 1
  15. [physics]
  16. scale = 0.02
  17. gravity_y = -500.0
  18. [script]
  19. shared_state = 1
  20. [collection_proxy]
  21. max_count = 256
  22. [examples]
  23. _start = basics/follow
  24. [label]
  25. subpixels = 1
  26. [sprite]
  27. subpixels = 1
  28. max_count = 32765
  29. [windows]
  30. iap_provider =
  31. [android]
  32. package = com.defold.examples
  33. [ios]
  34. bundle_identifier = com.defold.examples
  35. [osx]
  36. bundle_identifier = com.defold.examples
  37. [html5]
  38. show_fullscreen_button = 0
  39. show_made_with_defold = 0
  40. scale_mode = no_scale
  41. heap_size = 64
  42. [graphics]
  43. texture_profiles = /all.texture_profiles
  44. [collection]
  45. max_instances = 32765