blendalot_animgraph/demo/project.godot

26 lines
568 B
Plaintext
Raw Normal View History

; 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"
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
[dotnet]
project/assembly_name="Synced Blend Tree Test"