53 lines
1.4 KiB
Text
53 lines
1.4 KiB
Text
[gd_scene load_steps=5 format=3 uid="uid://b8vxsep2lvw3a"]
|
|
|
|
[ext_resource type="Script" path="res://Scripts/beginning&end.gd" id="1_r5omd"]
|
|
|
|
[sub_resource type="Animation" id="Animation_hbbht"]
|
|
length = 0.001
|
|
tracks/0/type = "value"
|
|
tracks/0/imported = false
|
|
tracks/0/enabled = true
|
|
tracks/0/path = NodePath("ColorRect: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_xpd8i"]
|
|
resource_name = "anim"
|
|
length = 3.0
|
|
tracks/0/type = "value"
|
|
tracks/0/imported = false
|
|
tracks/0/enabled = true
|
|
tracks/0/path = NodePath("ColorRect:color")
|
|
tracks/0/interp = 1
|
|
tracks/0/loop_wrap = true
|
|
tracks/0/keys = {
|
|
"times": PackedFloat32Array(0, 3),
|
|
"transitions": PackedFloat32Array(1, 1),
|
|
"update": 0,
|
|
"values": [Color(0, 0, 0, 1), Color(0, 0, 0, 0)]
|
|
}
|
|
|
|
[sub_resource type="AnimationLibrary" id="AnimationLibrary_gul8r"]
|
|
_data = {
|
|
"RESET": SubResource("Animation_hbbht"),
|
|
"anim": SubResource("Animation_xpd8i")
|
|
}
|
|
|
|
[node name="Begin" type="Node2D"]
|
|
script = ExtResource("1_r5omd")
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="."]
|
|
offset_right = 1280.0
|
|
offset_bottom = 720.0
|
|
color = Color(0, 0, 0, 1)
|
|
|
|
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
|
libraries = {
|
|
"": SubResource("AnimationLibrary_gul8r")
|
|
}
|