mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-28 14:17:25 -04:00
129 lines
4.7 KiB
Text
129 lines
4.7 KiB
Text
[gd_scene load_steps=10 format=3 uid="uid://c7571vjq7l0jp"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/ui/world/not_responding.gd" id="1_feqd7"]
|
|
[ext_resource type="Resource" uid="uid://b1xvdym0qh6td" path="res://resources/gate_events.res" id="2_8u6e2"]
|
|
[ext_resource type="FontFile" uid="uid://do40418waa8w3" path="res://assets/fonts/Inter-Regular.otf" id="2_ugt55"]
|
|
[ext_resource type="Resource" uid="uid://bqgikyax6jfqa" path="res://resources/history.tres" id="3_ge6h5"]
|
|
[ext_resource type="StyleBox" uid="uid://bllkg32sc4iam" path="res://assets/styles/panel.stylebox" id="4_2kla0"]
|
|
[ext_resource type="LabelSettings" uid="uid://crt4elt055uhg" path="res://assets/styles/text_big.tres" id="5_ruiif"]
|
|
[ext_resource type="PackedScene" uid="uid://xagbhqfidf2" path="res://scenes/components/round_button.tscn" id="7_mxyw0"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_htqsi"]
|
|
bg_color = Color(0, 0, 0, 0.5)
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_bkr01"]
|
|
font = ExtResource("2_ugt55")
|
|
font_size = 20
|
|
font_color = Color(0.431373, 0.435294, 0.494118, 1)
|
|
|
|
[node name="NotResponding" type="Control" node_paths=PackedStringArray("root", "reload", "back")]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
mouse_filter = 2
|
|
script = ExtResource("1_feqd7")
|
|
gate_events = ExtResource("2_8u6e2")
|
|
history = ExtResource("3_ge6h5")
|
|
root = NodePath("TextureButton")
|
|
reload = NodePath("TextureButton/Popup/MarginContainer/VBoxContainer/HBoxContainer/Reload")
|
|
back = NodePath("TextureButton/Popup/MarginContainer/VBoxContainer/HBoxContainer/Back")
|
|
|
|
[node name="TextureButton" type="TextureButton" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="Panel" type="Panel" parent="TextureButton"]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
mouse_filter = 2
|
|
theme_override_styles/panel = SubResource("StyleBoxFlat_htqsi")
|
|
|
|
[node name="Popup" type="AspectRatioContainer" parent="TextureButton"]
|
|
layout_mode = 1
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -219.0
|
|
offset_top = -115.0
|
|
offset_right = 219.0
|
|
offset_bottom = 115.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
ratio = 1.5
|
|
|
|
[node name="Panel" type="Panel" parent="TextureButton/Popup"]
|
|
layout_mode = 2
|
|
theme_override_styles/panel = ExtResource("4_2kla0")
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="TextureButton/Popup"]
|
|
layout_mode = 2
|
|
mouse_filter = 0
|
|
theme_override_constants/margin_left = 24
|
|
theme_override_constants/margin_top = 24
|
|
theme_override_constants/margin_right = 24
|
|
theme_override_constants/margin_bottom = 24
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="TextureButton/Popup/MarginContainer"]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 24
|
|
|
|
[node name="Label" type="Label" parent="TextureButton/Popup/MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Oops! World Collapsed"
|
|
label_settings = ExtResource("5_ruiif")
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="Control" type="Control" parent="TextureButton/Popup/MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
|
|
[node name="Label2" type="Label" parent="TextureButton/Popup/MarginContainer/VBoxContainer/Control"]
|
|
layout_mode = 2
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_vertical = 6
|
|
text = "The connection to this world has been lost. Reload to try again or go back to safety."
|
|
label_settings = SubResource("LabelSettings_bkr01")
|
|
horizontal_alignment = 1
|
|
autowrap_mode = 3
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="TextureButton/Popup/MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
theme_override_constants/separation = 22
|
|
|
|
[node name="Reload" parent="TextureButton/Popup/MarginContainer/VBoxContainer/HBoxContainer" instance=ExtResource("7_mxyw0")]
|
|
custom_minimum_size = Vector2(90, 26)
|
|
layout_mode = 2
|
|
theme_override_colors/font_disabled_color = Color(0.431373, 0.435294, 0.494118, 1)
|
|
theme_override_colors/font_color = Color(0.831373, 0.831373, 0.831373, 1)
|
|
theme_override_fonts/font = ExtResource("2_ugt55")
|
|
theme_override_font_sizes/font_size = 20
|
|
text = "Reload"
|
|
icon = null
|
|
|
|
[node name="Back" parent="TextureButton/Popup/MarginContainer/VBoxContainer/HBoxContainer" instance=ExtResource("7_mxyw0")]
|
|
custom_minimum_size = Vector2(100, 26)
|
|
layout_mode = 2
|
|
theme_override_colors/font_disabled_color = Color(0.431373, 0.435294, 0.494118, 1)
|
|
theme_override_colors/font_color = Color(0.831373, 0.831373, 0.831373, 1)
|
|
theme_override_fonts/font = ExtResource("2_ugt55")
|
|
theme_override_font_sizes/font_size = 20
|
|
text = "Go back"
|
|
icon = null
|