game.project 894 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. [project]
  2. title = model_aabb
  3. version = 1.0.0
  4. [bootstrap]
  5. main_collection = /example/aabb.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. update_frequency = 60
  14. [script]
  15. shared_state = 1
  16. [label]
  17. subpixels = 1
  18. [sprite]
  19. subpixels = 1
  20. [windows]
  21. iap_provider =
  22. [android]
  23. package = com.defold.examples
  24. [ios]
  25. bundle_identifier = com.defold.examples
  26. [osx]
  27. bundle_identifier = com.defold.examples
  28. [html5]
  29. show_fullscreen_button = 0
  30. show_made_with_defold = 0
  31. scale_mode = no_scale
  32. heap_size = 64
  33. [graphics]
  34. texture_profiles = /all.texture_profiles
  35. [render]
  36. clear_color_blue = 0.8
  37. clear_color_green = 0.8
  38. clear_color_red = 0.8
  39. [physics]
  40. type = 3D
  41. max_fixed_timesteps = 1
  42. max_collision_object_count = 1001
  43. [engine]
  44. max_time_step = 0.05
  45. [model]
  46. max_count = 1000
  47. [collection]
  48. max_instances = 1024