; 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="gordle" run/main_scene="res://src/Main.tscn" config/icon="res://icon.png" [autoload] Global="*res://src/Global.gd" [display] window/size/width=640 window/size/height=960 window/handheld/orientation="portrait" window/stretch/mode="2d" window/stretch/aspect="keep" [gui] theme/custom_font="res://fonts/DefaultFont.tres" [physics] common/enable_pause_aware_picking=true [rendering] environment/default_clear_color=Color( 0.129412, 0.129412, 0.215686, 1 )