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