Add all scenes to timeline

This commit is contained in:
Otto 2024-10-01 17:36:48 +03:00
parent 8fd94c37ef
commit 496b205573

View file

@ -4,7 +4,7 @@
[sub_resource type="Animation" id="Animation_qy15n"]
resource_name = "timeline"
length = 10.0
length = 20.0
tracks/0/type = "method"
tracks/0/imported = false
tracks/0/enabled = true
@ -12,14 +12,17 @@ tracks/0/path = NodePath(".")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0, 10),
"transitions": PackedFloat32Array(1, 1),
"times": PackedFloat32Array(0, 10, 20),
"transitions": PackedFloat32Array(1, 1, 1),
"values": [{
"args": [0],
"method": &"set_scene"
}, {
"args": [1],
"method": &"set_scene"
}, {
"args": [2],
"method": &"set_scene"
}]
}