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"]
|
||||
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"
|
||||
}]
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue