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