29 lines
560 B
Plaintext
29 lines
560 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="OSCReceiver Demo"
|
||
|
run/main_scene="res://UI.tscn"
|
||
|
config/features=PackedStringArray("4.1")
|
||
|
|
||
|
[debug]
|
||
|
|
||
|
settings/fps/force_fps=30
|
||
|
|
||
|
[display]
|
||
|
|
||
|
window/size/viewport_width=300
|
||
|
window/size/viewport_height=400
|
||
|
|
||
|
[rendering]
|
||
|
|
||
|
environment/default_environment="res://default_env.tres"
|