checheche/Robo-Bus-A31-HMI/project.godot
2024-12-10 14:59:20 +08:00

32 lines
649 B
Plaintext

; 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"
[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"