43 lines
897 B
Text
43 lines
897 B
Text
; 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="Quick Tasks"
|
|
config/version="0.4.0"
|
|
run/main_scene="res://Scenes/Start.tscn"
|
|
config/features=PackedStringArray("4.2", "Mobile")
|
|
run/max_fps=144
|
|
config/icon="res://Icon.png"
|
|
|
|
[display]
|
|
|
|
window/size/viewport_width=900
|
|
window/size/viewport_height=600
|
|
window/stretch/mode="viewport"
|
|
|
|
[editor_plugins]
|
|
|
|
enabled=PackedStringArray("res://addons/Saving/plugin.cfg")
|
|
|
|
[filesystem]
|
|
|
|
import/blender/enabled=false
|
|
import/fbx/enabled=false
|
|
|
|
[physics]
|
|
|
|
2d/run_on_separate_thread=true
|
|
|
|
[rendering]
|
|
|
|
renderer/rendering_method="gl_compatibility"
|
|
textures/vram_compression/import_etc2_astc=true
|
|
anti_aliasing/quality/msaa_2d=1
|