Files
godot-demo-projects/gui/ui_mirroring/project.godot
2023-03-29 18:59:57 +02:00

16 lines
378 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=4
[application]
config/name="UI Mirroring Demo"
run/main_scene="res://ui_mirroring.tscn"
config/icon="res://icon.webp"