game.project 961 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. [project]
  2. title = 3D Basic Movement
  3. version = 0.1
  4. dependencies =
  5. [bootstrap]
  6. main_collection = /example/3d_fps.collectionc
  7. render = /builtins/render/default.renderc
  8. [input]
  9. game_binding = /builtins/input/all.input_bindingc
  10. repeat_interval = 0.05
  11. use_accelerometer = 0
  12. [display]
  13. width = 720
  14. height = 720
  15. high_dpi = 1
  16. [physics]
  17. scale = 0.02
  18. gravity_y = -500.0
  19. [script]
  20. shared_state = 1
  21. [collection_proxy]
  22. max_count = 256
  23. [label]
  24. subpixels = 1
  25. [sprite]
  26. subpixels = 1
  27. max_count = 32765
  28. [windows]
  29. iap_provider =
  30. [android]
  31. package = com.defold.examples
  32. [ios]
  33. bundle_identifier = com.defold.examples
  34. [osx]
  35. bundle_identifier = com.defold.examples
  36. [html5]
  37. show_fullscreen_button = 0
  38. show_made_with_defold = 0
  39. scale_mode = no_scale
  40. heap_size = 64
  41. [graphics]
  42. texture_profiles = /all.texture_profiles
  43. [collection]
  44. max_instances = 32765
  45. [particle_fx]
  46. max_emitter_count = 1024
  47. [render]
  48. clear_color_blue = 1.0
  49. clear_color_green = 1.0
  50. clear_color_red = 1.0