67 lines
1.6 KiB
Text
67 lines
1.6 KiB
Text
[gd_scene load_steps=5 format=3 uid="uid://bd0ehge1veq56"]
|
|
|
|
[ext_resource type="Script" path="res://Scripts/beginning&end.gd" id="1_neulq"]
|
|
|
|
[sub_resource type="Animation" id="Animation_wxjil"]
|
|
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, 0)]
|
|
}
|
|
|
|
[sub_resource type="Animation" id="Animation_l8o88"]
|
|
resource_name = "end"
|
|
length = 3.0
|
|
tracks/0/type = "method"
|
|
tracks/0/imported = false
|
|
tracks/0/enabled = true
|
|
tracks/0/path = NodePath(".")
|
|
tracks/0/interp = 1
|
|
tracks/0/loop_wrap = true
|
|
tracks/0/keys = {
|
|
"times": PackedFloat32Array(2.99),
|
|
"transitions": PackedFloat32Array(1),
|
|
"values": [{
|
|
"args": [],
|
|
"method": &"NextLevel"
|
|
}]
|
|
}
|
|
tracks/1/type = "value"
|
|
tracks/1/imported = false
|
|
tracks/1/enabled = true
|
|
tracks/1/path = NodePath("ColorRect:color")
|
|
tracks/1/interp = 1
|
|
tracks/1/loop_wrap = true
|
|
tracks/1/keys = {
|
|
"times": PackedFloat32Array(0, 3),
|
|
"transitions": PackedFloat32Array(1, 1),
|
|
"update": 0,
|
|
"values": [Color(0, 0, 0, 0), Color(0, 0, 0, 1)]
|
|
}
|
|
|
|
[sub_resource type="AnimationLibrary" id="AnimationLibrary_q6a5y"]
|
|
_data = {
|
|
"RESET": SubResource("Animation_wxjil"),
|
|
"anim": SubResource("Animation_l8o88")
|
|
}
|
|
|
|
[node name="End" type="Node2D"]
|
|
script = ExtResource("1_neulq")
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="."]
|
|
offset_right = 1280.0
|
|
offset_bottom = 720.0
|
|
color = Color(0, 0, 0, 0)
|
|
|
|
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
|
libraries = {
|
|
"": SubResource("AnimationLibrary_q6a5y")
|
|
}
|