; 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" [autoload] Settings="*res://Settings.gd" [display] window/size/viewport_width=1920 window/size/viewport_height=1080 window/subwindows/embed_subwindows=false window/stretch/mode="canvas_items" window/stretch/aspect="expand" [rendering] textures/vram_compression/import_s3tc_bptc=true