; 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="2D Lights and Shadows" config/description="Simple demo of 2D lights and shadows, using Light2D and LightOccluder2D." run/main_scene="res://light_shadows.tscn" config/icon="res://icon.png" [display] window/size/width=800 window/dpi/allow_hidpi=true window/stretch/mode="2d" window/stretch/aspect="expand" stretch/aspect="keep" stretch/mode="2d" [gdnative] singletons=[ ] [rasterizer] shadow_filter=2 [rendering] vram_compression/import_etc=true vram_compression/import_etc2=false