38 lines
817 B
Plaintext
38 lines
817 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="OSC Demo"
|
|
run/main_scene="res://UI.tscn"
|
|
config/features=PackedStringArray("4.1")
|
|
boot_splash/bg_color=Color(0.141176, 0.141176, 0.141176, 1)
|
|
|
|
[debug]
|
|
|
|
settings/fps/force_fps=30
|
|
|
|
[display]
|
|
|
|
window/size/viewport_width=362
|
|
window/size/viewport_height=800
|
|
window/stretch/mode="canvas_items"
|
|
window/handheld/orientation=1
|
|
|
|
[input_devices]
|
|
|
|
pointing/emulate_touch_from_mouse=true
|
|
|
|
[rendering]
|
|
|
|
renderer/rendering_method="mobile"
|
|
textures/vram_compression/import_etc2_astc=true
|
|
environment/default_environment="res://default_env.tres"
|