Add all scenes to timeline
This commit is contained in:
parent
8fd94c37ef
commit
496b205573
1 changed files with 6 additions and 3 deletions
|
@ -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"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue