Made ending sequence take longer
This commit is contained in:
parent
062a7ce5a5
commit
abc1647d3a
|
@ -42,6 +42,33 @@ animations = [{
|
|||
[sub_resource type="CircleShape2D" id="CircleShape2D_a5wrw"]
|
||||
radius = 112.0
|
||||
|
||||
[sub_resource type="Animation" id="Animation_esn31"]
|
||||
length = 0.001
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath("loreText:self_modulate")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 0,
|
||||
"values": [Color(1, 1, 1, 0)]
|
||||
}
|
||||
tracks/1/type = "value"
|
||||
tracks/1/imported = false
|
||||
tracks/1/enabled = true
|
||||
tracks/1/path = NodePath("loreText:text")
|
||||
tracks/1/interp = 1
|
||||
tracks/1/loop_wrap = true
|
||||
tracks/1/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 1,
|
||||
"values": ["You have consumed the planet."]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_a6hc6"]
|
||||
resource_name = "fadeIn"
|
||||
tracks/0/type = "value"
|
||||
|
@ -71,7 +98,7 @@ tracks/1/keys = {
|
|||
|
||||
[sub_resource type="Animation" id="Animation_e5775"]
|
||||
resource_name = "fadeOut"
|
||||
length = 14.0
|
||||
length = 18.0
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
|
@ -103,7 +130,7 @@ tracks/2/path = NodePath("loreText:text")
|
|||
tracks/2/interp = 1
|
||||
tracks/2/loop_wrap = true
|
||||
tracks/2/keys = {
|
||||
"times": PackedFloat32Array(0, 3.16667, 6.26667, 10.1333),
|
||||
"times": PackedFloat32Array(0, 4.8, 8.9, 13.8666),
|
||||
"transitions": PackedFloat32Array(1, 1, 1, 1),
|
||||
"update": 1,
|
||||
"values": ["You have consumed the planet.", "In the process, you have become the planet.", "You begin your hibernation, hoping evolution will one day allow you to move.", "You hunger for more."]
|
||||
|
@ -115,39 +142,12 @@ tracks/3/path = NodePath("loreText:self_modulate")
|
|||
tracks/3/interp = 1
|
||||
tracks/3/loop_wrap = true
|
||||
tracks/3/keys = {
|
||||
"times": PackedFloat32Array(0.533333, 1.00712, 2.6, 3.16667, 3.8, 5.6, 6.26667, 6.93333, 9.5, 10.0667, 10.2333, 10.9333, 13.0667, 14),
|
||||
"times": PackedFloat32Array(0.533333, 1.00712, 4.23333, 4.8, 5.43333, 8.23333, 8.9, 9.56666, 13.2333, 13.8, 13.9666, 14.6666, 17.1333, 18),
|
||||
"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1),
|
||||
"update": 0,
|
||||
"values": [Color(1, 1, 1, 0), Color(1, 1, 1, 1), Color(1, 1, 1, 1), Color(1, 1, 1, 0), Color(1, 1, 1, 1), Color(1, 1, 1, 1), Color(1, 1, 1, 0), Color(1, 1, 1, 1), Color(1, 1, 1, 1), Color(1, 1, 1, 0), Color(1, 0, 0.0156863, 0), Color(1, 0, 0.0156863, 1), Color(1, 0, 0.0156863, 1), Color(1, 0, 0.0156863, 0)]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_esn31"]
|
||||
length = 0.001
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath("loreText:self_modulate")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 0,
|
||||
"values": [Color(1, 1, 1, 0)]
|
||||
}
|
||||
tracks/1/type = "value"
|
||||
tracks/1/imported = false
|
||||
tracks/1/enabled = true
|
||||
tracks/1/path = NodePath("loreText:text")
|
||||
tracks/1/interp = 1
|
||||
tracks/1/loop_wrap = true
|
||||
tracks/1/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 1,
|
||||
"values": ["You have consumed the planet."]
|
||||
}
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_h31ej"]
|
||||
_data = {
|
||||
&"RESET": SubResource("Animation_esn31"),
|
||||
|
|
Loading…
Reference in New Issue
Block a user