2024-12-06 21:22:11 +08:00
|
|
|
; 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"
|
|
|
|
|
2024-12-10 14:59:20 +08:00
|
|
|
[input_devices]
|
|
|
|
|
|
|
|
pointing/emulate_touch_from_mouse=true
|
|
|
|
|
2024-12-06 21:22:11 +08:00
|
|
|
[rendering]
|
|
|
|
|
|
|
|
renderer/rendering_method="mobile"
|