[gd_scene load_steps=2 format=3] [ext_resource type="Script" path="res://scenes/ui/error_screen.gd" id="1"] [node name="ErrorScreen" type="Control"] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 script = ExtResource("1") [node name="Backdrop" type="ColorRect" parent="."] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 color = Color(0.16, 0.17, 0.21, 1) [node name="VBox" type="VBoxContainer" parent="."] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 offset_left = -280.0 offset_top = -80.0 offset_right = 280.0 offset_bottom = 80.0 grow_horizontal = 2 grow_vertical = 2 theme_override_constants/separation = 24 alignment = 1 [node name="Message" type="Label" parent="VBox"] unique_name_in_owner = true layout_mode = 2 text = "Reaching the gallery…" horizontal_alignment = 1 autowrap_mode = 3 [node name="RetryButton" type="Button" parent="VBox"] unique_name_in_owner = true visible = false layout_mode = 2 size_flags_horizontal = 4 text = "Retry"