; 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=4 [application] config/name="Sleepy Knight" run/main_scene="res://Scenes/Loader.tscn" boot_splash/image="res://icon432.png" boot_splash/fullsize=false boot_splash/bg_color=Color( 0.137255, 0.137255, 0.137255, 1 ) config/icon="res://icon432.png" config/windows_native_icon="res://icon.ico" [autoload] Global="*res://Scenes/Global.gd" [display] window/size/width=512 window/size/height=1024 window/dpi/allow_hidpi=true window/handheld/orientation="portrait" window/stretch/mode="2d" window/stretch/aspect="expand" [physics] common/enable_pause_aware_picking=true [rendering] quality/intended_usage/framebuffer_allocation=0 quality/intended_usage/framebuffer_allocation.mobile=0 vram_compression/import_etc=true environment/default_clear_color=Color( 0.137255, 0.137255, 0.137255, 1 ) environment/default_environment="res://default_env.tres"