Files
2025-12-18 07:25:19 +01:00

69 lines
1.9 KiB
Plaintext

[gd_scene load_steps=6 format=3 uid="uid://bsiog87fercwt"]
[ext_resource type="Texture2D" uid="uid://3dgdehdn7fex" path="res://assets/gfx/banner.png" id="1_4ignj"]
[ext_resource type="Script" uid="uid://bgunk60wk747g" path="res://scenes/title.gd" id="1_wosw1"]
[sub_resource type="Animation" id="Animation_4ignj"]
resource_name = "fade_in_out"
length = 5.0
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath("CanvasLayer/FadeRect:modulate")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0, 1.5, 3.5, 5),
"transitions": PackedFloat32Array(1, 1, 1, 1),
"update": 0,
"values": [Color(0, 0, 0, 1), Color(0, 0, 0, 0), Color(0, 0, 0, 0), Color(0, 0, 0, 1)]
}
[sub_resource type="Animation" id="Animation_wosw1"]
length = 0.001
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath("CanvasLayer/FadeRect:modulate")
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="AnimationLibrary" id="AnimationLibrary_p6dhs"]
_data = {
&"RESET": SubResource("Animation_wosw1"),
&"fade_in_out": SubResource("Animation_4ignj")
}
[node name="Title" type="Node"]
script = ExtResource("1_wosw1")
[node name="BackGround" type="TextureRect" parent="."]
offset_left = -50.0
offset_right = 1200.0
offset_bottom = 650.0
texture = ExtResource("1_4ignj")
expand_mode = 3
[node name="CanvasLayer" type="CanvasLayer" parent="."]
[node name="FadeRect" type="ColorRect" parent="CanvasLayer"]
modulate = Color(0, 0, 0, 1)
z_index = 100
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
color = Color(0, 0, 0, 1)
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
libraries = {
&"": SubResource("AnimationLibrary_p6dhs")
}