[gd_scene load_steps=4 format=3 uid="uid://5ilscynpg61o"] [ext_resource type="Script" path="res://levels/ui/pause.gd" id="1_x3t1h"] [ext_resource type="PackedScene" uid="uid://d31udhuuwrajn" path="res://levels/bottomhud.tscn" id="2_jnb0v"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_yb7nc"] bg_color = Color(0, 0.8, 0, 1) [node name="Pause" type="Control"] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_x3t1h") [node name="CanvasLayer" type="CanvasLayer" parent="."] [node name="ColorRect" type="ColorRect" parent="CanvasLayer"] custom_minimum_size = Vector2(1280, 720) offset_right = 1280.0 offset_bottom = 720.0 color = Color(0, 0, 0, 1) [node name="Bottomhud" parent="CanvasLayer" instance=ExtResource("2_jnb0v")] [node name="HBoxContainer" type="HBoxContainer" parent="CanvasLayer"] offset_right = 40.0 offset_bottom = 40.0 [node name="TextureRect" type="TextureRect" parent="CanvasLayer/HBoxContainer"] custom_minimum_size = Vector2(116, 116) layout_mode = 2 [node name="VBoxContainer" type="VBoxContainer" parent="CanvasLayer/HBoxContainer"] layout_mode = 2 [node name="Cname" type="Label" parent="CanvasLayer/HBoxContainer/VBoxContainer"] custom_minimum_size = Vector2(174, 0) layout_mode = 2 text = "Name" [node name="HBoxContainer" type="HBoxContainer" parent="CanvasLayer/HBoxContainer/VBoxContainer"] layout_mode = 2 [node name="Label" type="Label" parent="CanvasLayer/HBoxContainer/VBoxContainer/HBoxContainer"] custom_minimum_size = Vector2(70, 0) layout_mode = 2 text = "Health" [node name="Label2" type="Label" parent="CanvasLayer/HBoxContainer/VBoxContainer/HBoxContainer"] custom_minimum_size = Vector2(123, 0) layout_mode = 2 text = "100/100" horizontal_alignment = 2 [node name="HBoxContainer2" type="HBoxContainer" parent="CanvasLayer/HBoxContainer/VBoxContainer"] layout_mode = 2 [node name="Label" type="Label" parent="CanvasLayer/HBoxContainer/VBoxContainer/HBoxContainer2"] custom_minimum_size = Vector2(70, 0) layout_mode = 2 text = "Level" [node name="Label2" type="Label" parent="CanvasLayer/HBoxContainer/VBoxContainer/HBoxContainer2"] custom_minimum_size = Vector2(123, 0) layout_mode = 2 text = "99" horizontal_alignment = 2 [node name="HBoxContainer2" type="HBoxContainer" parent="CanvasLayer"] anchors_preset = 5 anchor_left = 0.5 anchor_right = 0.5 offset_left = -264.0 offset_top = 133.0 offset_right = 264.0 offset_bottom = 357.0 grow_horizontal = 2 [node name="VBoxContainer" type="VBoxContainer" parent="CanvasLayer/HBoxContainer2"] layout_mode = 2 [node name="Character" type="Button" parent="CanvasLayer/HBoxContainer2/VBoxContainer"] visible = false layout_mode = 2 theme_override_font_sizes/font_size = 32 theme_override_styles/focus = SubResource("StyleBoxFlat_yb7nc") text = "Character" [node name="Team" type="Button" parent="CanvasLayer/HBoxContainer2/VBoxContainer"] visible = false layout_mode = 2 theme_override_font_sizes/font_size = 32 theme_override_styles/focus = SubResource("StyleBoxFlat_yb7nc") text = "Team" [node name="Warp" type="Button" parent="CanvasLayer/HBoxContainer2/VBoxContainer"] visible = false layout_mode = 2 theme_override_font_sizes/font_size = 32 theme_override_styles/focus = SubResource("StyleBoxFlat_yb7nc") text = "Warp " [node name="Settings" type="Button" parent="CanvasLayer/HBoxContainer2/VBoxContainer"] visible = false layout_mode = 2 theme_override_font_sizes/font_size = 32 theme_override_styles/focus = SubResource("StyleBoxFlat_yb7nc") text = "Settings" [node name="VBoxContainer2" type="VBoxContainer" parent="CanvasLayer/HBoxContainer2"] layout_mode = 2 [node name="Journal" type="Button" parent="CanvasLayer/HBoxContainer2/VBoxContainer2"] visible = false layout_mode = 2 theme_override_font_sizes/font_size = 32 theme_override_styles/focus = SubResource("StyleBoxFlat_yb7nc") text = "Journal" [node name="Challenges" type="Button" parent="CanvasLayer/HBoxContainer2/VBoxContainer2"] visible = false layout_mode = 2 theme_override_font_sizes/font_size = 32 theme_override_styles/focus = SubResource("StyleBoxFlat_yb7nc") text = "Challenges" [node name="Backpack" type="Button" parent="CanvasLayer/HBoxContainer2/VBoxContainer2"] visible = false layout_mode = 2 theme_override_font_sizes/font_size = 32 theme_override_styles/focus = SubResource("StyleBoxFlat_yb7nc") text = "Backpack" [node name="Exit" type="Button" parent="CanvasLayer/HBoxContainer2/VBoxContainer2"] layout_mode = 2 theme_override_font_sizes/font_size = 32 theme_override_styles/focus = SubResource("StyleBoxFlat_yb7nc") text = "Exit" [connection signal="pressed" from="CanvasLayer/HBoxContainer2/VBoxContainer2/Exit" to="." method="_on_exit_pressed"]