You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
2.1 KiB
76 lines
2.1 KiB
[gd_scene load_steps=7 format=3 uid="uid://dvt585i7m0286"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/Splash.gd" id="1_3yqra"]
|
|
[ext_resource type="Shader" path="res://shaders/Splash.gdshader" id="2_5fbyd"]
|
|
[ext_resource type="Texture2D" uid="uid://bdshi27v4osg2" path="res://icons/yorchnet_pixel_64.png" id="2_fpfqa"]
|
|
|
|
[sub_resource type="ShaderMaterial" id="ShaderMaterial_ijjp2"]
|
|
shader = ExtResource("2_5fbyd")
|
|
shader_parameter/flap_speed = 4.0
|
|
shader_parameter/scale = 4.0
|
|
|
|
[sub_resource type="Animation" id="Animation_2v5v3"]
|
|
resource_name = "animation"
|
|
length = 3.0
|
|
tracks/0/type = "value"
|
|
tracks/0/imported = false
|
|
tracks/0/enabled = true
|
|
tracks/0/path = NodePath("ColorRect:self_modulate")
|
|
tracks/0/interp = 1
|
|
tracks/0/loop_wrap = true
|
|
tracks/0/keys = {
|
|
"times": PackedFloat32Array(0.1, 0.5, 2.5, 3),
|
|
"transitions": PackedFloat32Array(1, 1, 1, 1),
|
|
"update": 0,
|
|
"values": [Color(1, 1, 1, 1), Color(0, 0, 0, 0), Color(0, 0, 0, 0), Color(1, 1, 1, 1)]
|
|
}
|
|
tracks/1/type = "method"
|
|
tracks/1/imported = false
|
|
tracks/1/enabled = true
|
|
tracks/1/path = NodePath(".")
|
|
tracks/1/interp = 1
|
|
tracks/1/loop_wrap = true
|
|
tracks/1/keys = {
|
|
"times": PackedFloat32Array(3),
|
|
"transitions": PackedFloat32Array(1),
|
|
"values": [{
|
|
"args": [],
|
|
"method": &"load_start_menu"
|
|
}]
|
|
}
|
|
|
|
[sub_resource type="AnimationLibrary" id="AnimationLibrary_sansa"]
|
|
_data = {
|
|
"animation": SubResource("Animation_2v5v3")
|
|
}
|
|
|
|
[node name="Splash" type="CanvasLayer"]
|
|
script = ExtResource("1_3yqra")
|
|
metadata/_edit_use_anchors_ = true
|
|
|
|
[node name="CenterContainer" type="CenterContainer" parent="."]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="CenterContainer"]
|
|
material = SubResource("ShaderMaterial_ijjp2")
|
|
layout_mode = 2
|
|
texture = ExtResource("2_fpfqa")
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="."]
|
|
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_sansa")
|
|
}
|
|
autoplay = "animation"
|