-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIntro.tscn
More file actions
85 lines (75 loc) · 2.23 KB
/
Intro.tscn
File metadata and controls
85 lines (75 loc) · 2.23 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
[gd_scene load_steps=7 format=3 uid="uid://cue4qhfc0yblp"]
[ext_resource type="Script" path="res://intro.gd" id="1_6lpxl"]
[ext_resource type="Texture2D" uid="uid://b1nme5mchw5v" path="res://Logo_GoBG.png" id="2_8bft2"]
[sub_resource type="Animation" id="Animation_kel50"]
length = 0.001
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath("ColorRect2:color")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0),
"transitions": PackedFloat32Array(1),
"update": 0,
"values": [Color(0, 0, 0, 1)]
}
[sub_resource type="Animation" id="Animation_adphq"]
resource_name = "fade in"
length = 3.0
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath("ColorRect2:color")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(1, 3),
"transitions": PackedFloat32Array(1, 1),
"update": 0,
"values": [Color(0, 0, 0, 1), Color(0, 0, 0, 0)]
}
[sub_resource type="Animation" id="Animation_t616p"]
resource_name = "fade out"
length = 3.0
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath("ColorRect2:color")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0, 2),
"transitions": PackedFloat32Array(1, 1),
"update": 0,
"values": [Color(0, 0, 0, 0), Color(0, 0, 0, 1)]
}
[sub_resource type="AnimationLibrary" id="AnimationLibrary_wk82d"]
_data = {
"RESET": SubResource("Animation_kel50"),
"fade in": SubResource("Animation_adphq"),
"fade out": SubResource("Animation_t616p")
}
[node name="Node2D" type="Node2D"]
script = ExtResource("1_6lpxl")
[node name="ColorRect" type="ColorRect" parent="."]
offset_left = -93.0
offset_top = -78.0
offset_right = 2083.0
offset_bottom = 1187.0
color = Color(0, 0, 0, 1)
[node name="Sprite2D" type="Sprite2D" parent="."]
position = Vector2(968, 528)
scale = Vector2(2, 2)
texture = ExtResource("2_8bft2")
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
libraries = {
"": SubResource("AnimationLibrary_wk82d")
}
[node name="ColorRect2" type="ColorRect" parent="."]
offset_left = -96.0
offset_top = -75.0
offset_right = 2080.0
offset_bottom = 1190.0
color = Color(0, 0, 0, 1)