1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- ; Engine configuration file.
- ; It's best edited using the editor UI and not directly,
- ; since the parameters that go here are not all obvious.
- ;
- ; Format:
- ; [section] ; section goes between []
- ; param=value ; assign values to parameters
- config_version=5
- [application]
- config/name="TyphonProject"
- run/main_scene="res://Scenes/Main.tscn"
- config/features=PackedStringArray("4.0")
- config/icon="res://icon.png"
- [autoload]
- Cache="*res://Scripts/_Cache.gd"
- GLOBAL="*res://Scripts/GLOBAL.gd"
- [display]
- window/size/viewport_width=1920
- window/size/viewport_height=1080
- window/vsync/vsync_mode=0
- window/stretch/mode="canvas_items"
- [editor]
- version_control/plugin_name="GitPlugin"
- version_control/autoload_on_startup=true
- [gui]
- common/drop_mouse_on_gui_input_disabled=true
- [physics]
- common/enable_pause_aware_picking=true
- [rendering]
- renderer/rendering_method="gl_compatibility"
- environment/defaults/default_environment="res://default_env.tres"
|