2025-11-21 12:28:54 +01: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="Synced Blend Tree Test"
|
2026-01-11 22:20:39 +01:00
|
|
|
run/main_scene="uid://svj53e2xoio"
|
2025-11-21 12:28:54 +01:00
|
|
|
config/features=PackedStringArray("4.5", "Forward Plus")
|
|
|
|
|
config/icon="res://icon.svg"
|
|
|
|
|
|
2026-01-13 21:00:27 +01:00
|
|
|
[display]
|
|
|
|
|
|
|
|
|
|
window/size/viewport_width=1900
|
|
|
|
|
window/size/viewport_height=1024
|
|
|
|
|
|
2025-11-21 12:28:54 +01:00
|
|
|
[dotnet]
|
|
|
|
|
|
|
|
|
|
project/assembly_name="Synced Blend Tree Test"
|