; 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="HMI_UI" run/main_scene="res://control.tscn" config/features=PackedStringArray("4.3", "Mobile") config/icon="res://icon.svg" [autoload] Global="*res://common/global.gd" Websocket="*res://common/websocket.gd" [display] window/size/viewport_width=2560 window/size/viewport_height=1600 window/size/mode=2 window/stretch/mode="canvas_items" [input_devices] pointing/emulate_touch_from_mouse=true [rendering] renderer/rendering_method="mobile"