game.project 701 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. [project]
  2. title = model_gltf
  3. version = 1.0.0
  4. [bootstrap]
  5. main_collection = /example/gltf.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. [script]
  14. shared_state = 1
  15. [label]
  16. subpixels = 1
  17. [sprite]
  18. subpixels = 1
  19. [windows]
  20. iap_provider =
  21. [android]
  22. package = com.defold.examples
  23. [ios]
  24. bundle_identifier = com.defold.examples
  25. [osx]
  26. bundle_identifier = com.defold.examples
  27. [html5]
  28. show_fullscreen_button = 0
  29. show_made_with_defold = 0
  30. scale_mode = no_scale
  31. heap_size = 64
  32. [graphics]
  33. texture_profiles = /all.texture_profiles
  34. [render]
  35. clear_color_blue = 0.9
  36. clear_color_green = 0.9
  37. clear_color_red = 0.9