; 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="FarmGodot" run/main_scene="res://scenes/bootstrap.tscn" config/features=PackedStringArray("4.6", "GL Compatibility") config/icon="res://icon.svg" [display] window/size/viewport_width=640 window/size/viewport_height=960 window/stretch/mode="canvas_items" window/stretch/aspect="keep_width" [farm_game] api/base_url="http://127.0.0.1:18082/index.php?r=" api/login_path="user/login" egret/design_width=640 egret/design_height=960 egret/source_resource_path="res://assets/egret/default.res.json" [rendering] textures/canvas_textures/default_texture_filter=0 renderer/rendering_method="gl_compatibility" renderer/rendering_method.mobile="gl_compatibility"