project.godot 952 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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="TyphonProject"
  11. run/main_scene="res://Scenes/Main.tscn"
  12. config/features=PackedStringArray("4.0")
  13. config/icon="res://icon.png"
  14. [autoload]
  15. Cache="*res://Scripts/_Cache.gd"
  16. GLOBAL="*res://Scripts/GLOBAL.gd"
  17. [display]
  18. window/size/viewport_width=1920
  19. window/size/viewport_height=1080
  20. window/vsync/vsync_mode=0
  21. window/stretch/mode="canvas_items"
  22. [editor]
  23. version_control/plugin_name="GitPlugin"
  24. version_control/autoload_on_startup=true
  25. [gui]
  26. common/drop_mouse_on_gui_input_disabled=true
  27. [physics]
  28. common/enable_pause_aware_picking=true
  29. [rendering]
  30. renderer/rendering_method="gl_compatibility"
  31. environment/defaults/default_environment="res://default_env.tres"