godot_osc_demo/project.godot
Christopher Arndt b7ef9bc01b feat: basic support for OSC sending
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2023-11-04 16:06:33 +01:00

29 lines
552 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")
[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"