2026-05-20 21:49:20 -04:00
|
|
|
[gd_scene format=3 uid="uid://dtyq3y052sm8r"]
|
|
|
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://scenes/splash.gd" id="1"]
|
|
|
|
|
[ext_resource type="FontFile" path="res://assets/fonts/Orbitron.ttf" id="2"]
|
|
|
|
|
[ext_resource type="Theme" path="res://themes/default_theme.tres" id="3"]
|
|
|
|
|
|
|
|
|
|
[sub_resource type="FontVariation" id="FontVariation_ijphb"]
|
|
|
|
|
base_font = ExtResource("2")
|
|
|
|
|
variation_settings = {
|
|
|
|
|
"weight": 900
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[sub_resource type="FontVariation" id="FontVariation_boeqg"]
|
|
|
|
|
base_font = ExtResource("2")
|
|
|
|
|
variation_settings = {
|
|
|
|
|
"weight": 600
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[node name="Splash" type="Control"]
|
|
|
|
|
anchors_preset = 15
|
|
|
|
|
anchor_right = 1.0
|
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
|
theme = ExtResource("3")
|
|
|
|
|
script = ExtResource("1")
|
|
|
|
|
|
|
|
|
|
[node name="Bg" type="ColorRect" parent="."]
|
|
|
|
|
anchors_preset = 15
|
|
|
|
|
anchor_right = 1.0
|
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
|
mouse_filter = 2
|
|
|
|
|
color = Color(0.08, 0.08, 0.12, 1.0)
|
|
|
|
|
|
2026-05-20 22:14:07 -04:00
|
|
|
[node name="Center" type="CenterContainer" parent="."]
|
2026-05-20 22:05:54 -04:00
|
|
|
anchors_preset = 15
|
|
|
|
|
anchor_right = 1.0
|
|
|
|
|
anchor_bottom = 1.0
|
2026-05-20 22:02:21 -04:00
|
|
|
mouse_filter = 2
|
|
|
|
|
|
2026-05-20 22:14:07 -04:00
|
|
|
[node name="VBox" type="VBoxContainer" parent="Center"]
|
|
|
|
|
unique_name_in_owner = true
|
2026-05-20 22:05:54 -04:00
|
|
|
layout_mode = 2
|
|
|
|
|
theme_override_constants/separation = 0
|
|
|
|
|
|
2026-05-20 22:14:07 -04:00
|
|
|
[node name="VLabel" type="Label" parent="Center/VBox"]
|
2026-05-20 22:05:54 -04:00
|
|
|
unique_name_in_owner = true
|
|
|
|
|
layout_mode = 2
|
2026-05-20 21:49:20 -04:00
|
|
|
theme_override_fonts/normal_font = SubResource("FontVariation_ijphb")
|
|
|
|
|
theme_override_colors/font_color = Color(0.933, 0.271, 0.376, 1.0)
|
2026-05-20 22:02:21 -04:00
|
|
|
theme_override_constants/outline_size = 12
|
2026-05-20 21:49:20 -04:00
|
|
|
theme_override_colors/font_outline_color = Color(0.0, 0.0, 0.0, 0.6)
|
|
|
|
|
text = "V"
|
|
|
|
|
horizontal_alignment = 1
|
2026-05-20 21:55:35 -04:00
|
|
|
vertical_alignment = 1
|
2026-05-20 21:49:20 -04:00
|
|
|
|
2026-05-20 22:14:07 -04:00
|
|
|
[node name="PanelLabel" type="Label" parent="Center/VBox"]
|
2026-05-20 22:05:54 -04:00
|
|
|
unique_name_in_owner = true
|
|
|
|
|
layout_mode = 2
|
2026-05-20 21:49:20 -04:00
|
|
|
theme_override_fonts/normal_font = SubResource("FontVariation_boeqg")
|
|
|
|
|
theme_override_colors/font_color = Color(0.7, 0.7, 0.8, 1.0)
|
2026-05-20 22:02:21 -04:00
|
|
|
theme_override_constants/outline_size = 8
|
2026-05-20 21:49:20 -04:00
|
|
|
theme_override_colors/font_outline_color = Color(0.0, 0.0, 0.0, 0.5)
|
|
|
|
|
text = "Panel"
|
|
|
|
|
horizontal_alignment = 1
|
2026-05-20 21:55:35 -04:00
|
|
|
vertical_alignment = 1
|
2026-05-20 21:49:20 -04:00
|
|
|
|
|
|
|
|
[node name="TransitionOverlay" type="ColorRect" parent="."]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
anchors_preset = 15
|
|
|
|
|
anchor_right = 1.0
|
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
|
mouse_filter = 2
|
|
|
|
|
color = Color(0, 0, 0, 0)
|