[gd_scene load_steps=5 format=3 uid="uid://botdddpmgoc8o"] [ext_resource type="Script" uid="uid://ndoq8wxl5da7" path="res://Scripts/scene_transition_rect.gd" id="1_mgv8w"] [sub_resource type="Animation" id="Animation_cqlxs"] length = 0.001 tracks/0/type = "value" tracks/0/imported = false tracks/0/enabled = true tracks/0/path = NodePath(".:color") 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)] } [sub_resource type="Animation" id="Animation_4152e"] resource_name = "fade" length = 1.5 tracks/0/type = "value" tracks/0/imported = false tracks/0/enabled = true tracks/0/path = NodePath(".:color") tracks/0/interp = 1 tracks/0/loop_wrap = true tracks/0/keys = { "times": PackedFloat32Array(0, 1.5), "transitions": PackedFloat32Array(1, 1), "update": 0, "values": [Color(1, 1, 1, 0), Color(1, 1, 1, 1)] } [sub_resource type="AnimationLibrary" id="AnimationLibrary_dhvso"] _data = { &"RESET": SubResource("Animation_cqlxs"), &"fade": SubResource("Animation_4152e") } [node name="SceneTransitionRect" type="ColorRect"] anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 color = Color(1, 1, 1, 0) script = ExtResource("1_mgv8w") [node name="AnimationPlayer" type="AnimationPlayer" parent="."] libraries = { &"": SubResource("AnimationLibrary_dhvso") }