; 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="MobileGame" run/main_scene="res://World.tscn" config/features=PackedStringArray("4.5", "Mobile") [autoload] Util="*res://Scripts/Util.gd" ResourceController="*res://Scripts/ResourceController.gd" Clock="*res://Scripts/Clock.gd" [display] window/size/viewport_width=1600 window/size/viewport_height=900 window/vsync/vsync_mode=0 [gui] theme/default_font_multichannel_signed_distance_field=true [rendering] environment/defaults/default_clear_color=Color(0.8745098, 0.8745098, 0.8745098, 1)