28 lines
635 B
Plaintext
28 lines
635 B
Plaintext
; 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="MusicPlayer"
|
|
run/main_scene="res://MainWindow.tscn"
|
|
config/features=PackedStringArray("4.1", "Forward Plus")
|
|
run/low_processor_mode=true
|
|
config/icon="res://icon.svg"
|
|
|
|
[display]
|
|
|
|
window/subwindows/embed_subwindows=false
|
|
window/stretch/mode="canvas_items"
|
|
window/stretch/aspect="expand"
|
|
|
|
[rendering]
|
|
|
|
textures/vram_compression/import_s3tc_bptc=true
|