42 lines
852 B
Plaintext
42 lines
852 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.2", "Forward Plus")
|
|
run/low_processor_mode=true
|
|
config/icon="res://icon.svg"
|
|
|
|
[autoload]
|
|
|
|
Settings="*res://Settings.gd"
|
|
|
|
[display]
|
|
|
|
window/size/viewport_width=1920
|
|
window/size/viewport_height=1080
|
|
window/energy_saving/keep_screen_on=false
|
|
window/stretch/mode="canvas_items"
|
|
|
|
[dotnet]
|
|
|
|
project/assembly_name="MusicPlayer"
|
|
|
|
[editor]
|
|
|
|
version_control/plugin_name="GitPlugin"
|
|
version_control/autoload_on_startup=true
|
|
|
|
[rendering]
|
|
|
|
textures/vram_compression/import_s3tc_bptc=true
|