checheche/Robo-Bus-A31-HMI/project.godot
2024-12-06 21:22:11 +08:00

28 lines
592 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"
[rendering]
renderer/rendering_method="mobile"