[gd_scene load_steps=4 format=3 uid="uid://bpikve6wlsjfl"] [ext_resource type="Theme" uid="uid://b0qmvo504e457" path="res://menu/theme/theme.tres" id="1_4kujw"] [ext_resource type="Script" path="res://menu/overlay.gd" id="2_kbjds"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_04ujj"] bg_color = Color(0, 0, 0, 0) [node name="Overlay" type="PanelContainer"] custom_minimum_size = Vector2(250, 0) anchors_preset = 1 anchor_left = 1.0 anchor_right = 1.0 offset_left = -40.0 offset_bottom = 40.0 grow_horizontal = 0 theme = ExtResource("1_4kujw") theme_override_styles/panel = SubResource("StyleBoxFlat_04ujj") script = ExtResource("2_kbjds") [node name="VBoxContainer" type="VBoxContainer" parent="."] layout_mode = 2 [node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"] layout_mode = 2 [node name="Label" type="Label" parent="VBoxContainer/HBoxContainer"] layout_mode = 2 theme_override_colors/font_color = Color(0.513233, 0.513233, 0.513233, 1) theme_override_font_sizes/font_size = 40 text = "Completed" [node name="Control" type="Control" parent="VBoxContainer/HBoxContainer"] layout_mode = 2 size_flags_horizontal = 3 [node name="Completed" type="Label" parent="VBoxContainer/HBoxContainer"] custom_minimum_size = Vector2(100, 0) layout_mode = 2 theme_override_font_sizes/font_size = 40 text = "0" horizontal_alignment = 1 [node name="HBoxContainer2" type="HBoxContainer" parent="VBoxContainer"] layout_mode = 2 [node name="Label" type="Label" parent="VBoxContainer/HBoxContainer2"] layout_mode = 2 theme_override_colors/font_color = Color(0.513726, 0.513726, 0.513726, 1) theme_override_font_sizes/font_size = 40 text = "Failed" [node name="Control" type="Control" parent="VBoxContainer/HBoxContainer2"] layout_mode = 2 size_flags_horizontal = 3 [node name="Failed" type="Label" parent="VBoxContainer/HBoxContainer2"] custom_minimum_size = Vector2(100, 0) layout_mode = 2 theme_override_font_sizes/font_size = 40 text = "0" horizontal_alignment = 1