main menu
This commit is contained in:
parent
29254dbda0
commit
089ebc4797
35 changed files with 389 additions and 117 deletions
|
|
@ -9,6 +9,7 @@
|
|||
colors = PackedColorArray(0, 0, 0, 0, 1, 1, 1, 1)
|
||||
|
||||
[sub_resource type="FastNoiseLite" id="FastNoiseLite_1ybnd"]
|
||||
seed = 4
|
||||
|
||||
[sub_resource type="NoiseTexture2D" id="NoiseTexture2D_yu0ma"]
|
||||
width = 600
|
||||
|
|
@ -24,6 +25,21 @@ shader_parameter/noise = SubResource("NoiseTexture2D_yu0ma")
|
|||
stream_count = 1
|
||||
stream_0 = ExtResource("2_bijdt")
|
||||
|
||||
[sub_resource type="Animation" id="Animation_1ybnd"]
|
||||
length = 0.001
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath("TextureRect:self_modulate")
|
||||
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, 1)]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_b8skw"]
|
||||
resource_name = "main"
|
||||
length = 10.0
|
||||
|
|
@ -40,21 +56,6 @@ tracks/0/keys = {
|
|||
"values": [Color(1, 1, 1, 0), Color(1, 1, 1, 1)]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_1ybnd"]
|
||||
length = 0.001
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath("TextureRect:self_modulate")
|
||||
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, 1)]
|
||||
}
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_yu0ma"]
|
||||
_data = {
|
||||
&"RESET": SubResource("Animation_1ybnd"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue