140 lines
4.2 KiB
Plaintext
140 lines
4.2 KiB
Plaintext
[gd_scene load_steps=11 format=3 uid="uid://pu6gp8de3ck4"]
|
|
|
|
[ext_resource type="Script" uid="uid://yytomatekupe" path="res://src/ui/floor_clear/FloorClearMenu.cs" id="1_q65kq"]
|
|
[ext_resource type="FontFile" uid="uid://cm8j5vcdop5x0" path="res://src/ui/fonts/Mrs-Eaves-OT-Roman_31443.ttf" id="2_xk0dh"]
|
|
|
|
[sub_resource type="Animation" id="Animation_nc1gg"]
|
|
length = 0.001
|
|
tracks/0/type = "value"
|
|
tracks/0/imported = false
|
|
tracks/0/enabled = true
|
|
tracks/0/path = NodePath("FloorClearMenu: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_p616x"]
|
|
resource_name = "fade_in"
|
|
length = 0.3
|
|
tracks/0/type = "value"
|
|
tracks/0/imported = false
|
|
tracks/0/enabled = true
|
|
tracks/0/path = NodePath("FloorClearMenu:modulate")
|
|
tracks/0/interp = 1
|
|
tracks/0/loop_wrap = true
|
|
tracks/0/keys = {
|
|
"times": PackedFloat32Array(0, 0.3),
|
|
"transitions": PackedFloat32Array(1, 1),
|
|
"update": 0,
|
|
"values": [Color(1, 1, 1, 0), Color(1, 1, 1, 1)]
|
|
}
|
|
|
|
[sub_resource type="Animation" id="Animation_dhyvw"]
|
|
resource_name = "fade_out"
|
|
length = 0.3
|
|
tracks/0/type = "value"
|
|
tracks/0/imported = false
|
|
tracks/0/enabled = true
|
|
tracks/0/path = NodePath("FloorClearMenu:modulate")
|
|
tracks/0/interp = 1
|
|
tracks/0/loop_wrap = true
|
|
tracks/0/keys = {
|
|
"times": PackedFloat32Array(0, 0.3),
|
|
"transitions": PackedFloat32Array(1, 1),
|
|
"update": 0,
|
|
"values": [Color(1, 1, 1, 1), Color(1, 1, 1, 0)]
|
|
}
|
|
|
|
[sub_resource type="AnimationLibrary" id="AnimationLibrary_opfbx"]
|
|
_data = {
|
|
&"RESET": SubResource("Animation_nc1gg"),
|
|
&"fade_in": SubResource("Animation_p616x"),
|
|
&"fade_out": SubResource("Animation_dhyvw")
|
|
}
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_phrcj"]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_tmmmd"]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_cyd1c"]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_4bdva"]
|
|
|
|
[node name="FloorClearMenu" type="Control"]
|
|
process_mode = 3
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_q65kq")
|
|
|
|
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
|
unique_name_in_owner = true
|
|
root_node = NodePath("../..")
|
|
libraries = {
|
|
&"": SubResource("AnimationLibrary_opfbx")
|
|
}
|
|
|
|
[node name="BG" type="ColorRect" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
color = Color(0.137255, 0.121569, 0.12549, 1)
|
|
|
|
[node name="CenterContainer" type="CenterContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="CenterContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="ContinueButton" type="Button" parent="CenterContainer/VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(200, 50)
|
|
layout_mode = 2
|
|
focus_neighbor_left = NodePath(".")
|
|
focus_neighbor_top = NodePath(".")
|
|
focus_neighbor_right = NodePath(".")
|
|
focus_neighbor_bottom = NodePath("../ExitButton")
|
|
theme_override_colors/font_color = Color(0.737255, 0.705882, 0.690196, 1)
|
|
theme_override_colors/font_focus_color = Color(1, 0.94902, 0, 1)
|
|
theme_override_fonts/font = ExtResource("2_xk0dh")
|
|
theme_override_font_sizes/font_size = 36
|
|
theme_override_styles/focus = SubResource("StyleBoxEmpty_phrcj")
|
|
theme_override_styles/normal = SubResource("StyleBoxEmpty_tmmmd")
|
|
button_mask = 0
|
|
text = "Continue"
|
|
flat = true
|
|
|
|
[node name="ExitButton" type="Button" parent="CenterContainer/VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(200, 50)
|
|
layout_mode = 2
|
|
focus_neighbor_left = NodePath(".")
|
|
focus_neighbor_top = NodePath("../ContinueButton")
|
|
focus_neighbor_right = NodePath(".")
|
|
focus_neighbor_bottom = NodePath(".")
|
|
theme_override_colors/font_color = Color(0.737255, 0.705882, 0.690196, 1)
|
|
theme_override_colors/font_focus_color = Color(1, 0.94902, 0, 1)
|
|
theme_override_fonts/font = ExtResource("2_xk0dh")
|
|
theme_override_font_sizes/font_size = 36
|
|
theme_override_styles/focus = SubResource("StyleBoxEmpty_cyd1c")
|
|
theme_override_styles/normal = SubResource("StyleBoxEmpty_4bdva")
|
|
button_mask = 0
|
|
text = "Exit Tower"
|
|
flat = true
|