[gd_scene load_steps=2 format=3 uid="uid://x5xg17a5b7b8"] [ext_resource type="Script" path="res://Interface/Pause.gd" id="1_x800o"] [node name="ColorRect" type="ColorRect"] anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 color = Color(0.133333, 0.133333, 0.133333, 0.196078) script = ExtResource("1_x800o") [node name="VBoxContainer" type="VBoxContainer" parent="."] anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 offset_left = -210.0 offset_top = -29.5 offset_right = 210.0 offset_bottom = 29.5 grow_horizontal = 2 grow_vertical = 2 alignment = 1 metadata/_edit_layout_mode = 1 [node name="Pause Menu" type="RichTextLabel" parent="VBoxContainer"] offset_right = 420.0 offset_bottom = 23.0 text = "Game Paused " fit_content_height = true [node name="Resume" type="Button" parent="VBoxContainer"] offset_top = 27.0 offset_right = 420.0 offset_bottom = 58.0 text = "Resume" [connection signal="pressed" from="VBoxContainer/Resume" to="." method="_on_resume_pressed"]