REM/scenes/menus/pause_menu.tscn
2026-03-26 20:37:29 -06:00

81 lines
2.2 KiB
Plaintext

[gd_scene format=3 uid="uid://dh0mqk2ioktch"]
[ext_resource type="Script" uid="uid://bgcsj2xmtkuyo" path="res://scripts/pause_menu.gd" id="1_n87rw"]
[ext_resource type="Script" uid="uid://tih1ci4jv86q" path="res://scripts/pause_menu_buttons.gd" id="2_myx47"]
[ext_resource type="Script" uid="uid://co0h6er0mkgyc" path="res://scripts/start_menu_buttons.gd" id="3_kukqi"]
[node name="PauseMenu" type="Control" unique_id=259100249 groups=["pause_menu"]]
process_mode = 3
visible = false
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_n87rw")
[node name="Panel" type="Panel" parent="." unique_id=1309194728]
custom_minimum_size = Vector2(854, 567)
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -427.0
offset_top = -283.5
offset_right = 427.0
offset_bottom = 283.5
grow_horizontal = 2
grow_vertical = 2
[node name="CloseButton" type="Button" parent="Panel" unique_id=537291664]
process_mode = 3
layout_mode = 1
anchors_preset = 1
anchor_left = 1.0
anchor_right = 1.0
offset_left = -99.0
offset_bottom = 104.0
grow_horizontal = 0
theme_override_font_sizes/font_size = 70
text = "X"
script = ExtResource("2_myx47")
[node name="Label" type="Label" parent="Panel" unique_id=1280886493]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -193.0
offset_top = -68.5
offset_right = 193.0
offset_bottom = 68.5
grow_horizontal = 2
grow_vertical = 2
theme_override_font_sizes/font_size = 100
text = "PAUSED"
[node name="QuitButton" type="Button" parent="Panel" unique_id=891313665]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -108.0
offset_top = 116.5
offset_right = 108.0
offset_bottom = 179.50024
grow_horizontal = 2
grow_vertical = 2
theme_override_font_sizes/font_size = 40
text = "Quit Game"
script = ExtResource("3_kukqi")
[connection signal="pressed" from="Panel/CloseButton" to="Panel/CloseButton" method="_on_pressed"]
[connection signal="pressed" from="Panel/QuitButton" to="Panel/QuitButton" method="_on_pressed"]