-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlaptop_transition.tscn
More file actions
109 lines (101 loc) · 2.98 KB
/
Copy pathlaptop_transition.tscn
File metadata and controls
109 lines (101 loc) · 2.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
[gd_scene load_steps=6 format=3 uid="uid://kt023u3ee4oq"]
[ext_resource type="Script" uid="uid://c0jmogmaesdcn" path="res://laptop_transition.gd" id="1_v3vye"]
[sub_resource type="Animation" id="Animation_f5grm"]
resource_name = "laptop"
length = 0.083335005
step = 0.016666668
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath("ColorRect:size")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0, 0.083333336),
"transitions": PackedFloat32Array(1, 0.1),
"update": 0,
"values": [Vector2(92, 72), Vector2(1180, 650)]
}
tracks/1/type = "value"
tracks/1/imported = false
tracks/1/enabled = true
tracks/1/path = NodePath("ColorRect:position")
tracks/1/interp = 1
tracks/1/loop_wrap = true
tracks/1/keys = {
"times": PackedFloat32Array(0, 0.083333336),
"transitions": PackedFloat32Array(1, 1),
"update": 0,
"values": [Vector2(479, 287), Vector2(-8, 5)]
}
[sub_resource type="Animation" id="Animation_s0c8f"]
length = 0.001
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath("ColorRect:size")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0),
"transitions": PackedFloat32Array(1),
"update": 0,
"values": [Vector2(92, 72)]
}
tracks/1/type = "value"
tracks/1/imported = false
tracks/1/enabled = true
tracks/1/path = NodePath("ColorRect:position")
tracks/1/interp = 1
tracks/1/loop_wrap = true
tracks/1/keys = {
"times": PackedFloat32Array(0),
"transitions": PackedFloat32Array(1),
"update": 0,
"values": [Vector2(-8, 5)]
}
[sub_resource type="Animation" id="Animation_v3vye"]
resource_name = "laptop-refined"
length = 0.23333667
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath("ColorRect:size")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0, 0.06666667, 0.23333333),
"transitions": PackedFloat32Array(0.5, 1.5, 1),
"update": 0,
"values": [Vector2(90, 90), Vector2(1000, 10), Vector2(1207, 692)]
}
tracks/1/type = "value"
tracks/1/imported = false
tracks/1/enabled = true
tracks/1/path = NodePath("ColorRect:position")
tracks/1/interp = 1
tracks/1/loop_wrap = true
tracks/1/keys = {
"times": PackedFloat32Array(0, 0.06666667, 0.23333333),
"transitions": PackedFloat32Array(0.5, 1.5, 1),
"update": 0,
"values": [Vector2(496, 563), Vector2(100, 308), Vector2(-39, -26)]
}
[sub_resource type="AnimationLibrary" id="AnimationLibrary_l5s7k"]
_data = {
&"RESET": SubResource("Animation_s0c8f"),
&"laptop": SubResource("Animation_f5grm"),
&"laptop-refined": SubResource("Animation_v3vye")
}
[node name="LaptopTransition" type="CanvasLayer"]
script = ExtResource("1_v3vye")
[node name="ColorRect" type="ColorRect" parent="."]
offset_left = -8.0
offset_top = 5.0
offset_right = 84.0
offset_bottom = 77.0
color = Color(0.78431374, 0.78431374, 0.78431374, 1)
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
libraries = {
&"": SubResource("AnimationLibrary_l5s7k")
}