project.godot 774 B

123456789101112131415161718192021222324252627282930
  1. ; Engine configuration file.
  2. ; It's best edited using the editor UI and not directly,
  3. ; since the parameters that go here are not all obvious.
  4. ;
  5. ; Format:
  6. ; [section] ; section goes between []
  7. ; param=value ; assign values to parameters
  8. config_version=5
  9. [application]
  10. config/name="Navigation Mesh Chunks 2D"
  11. config/tags=PackedStringArray("2d", "ai", "demo", "official")
  12. run/main_scene="res://navmesh_chhunks_demo_2d.tscn"
  13. config/features=PackedStringArray("4.4", "GL Compatibility")
  14. config/icon="res://icon.webp"
  15. [display]
  16. window/size/viewport_width=1920
  17. window/size/viewport_height=1080
  18. window/stretch/mode="canvas_items"
  19. window/stretch/aspect="expand"
  20. [rendering]
  21. renderer/rendering_method="gl_compatibility"
  22. renderer/rendering_method.mobile="gl_compatibility"