28 lines
718 B
Plaintext
28 lines
718 B
Plaintext
|
[gd_scene load_steps=2 format=3 uid="uid://c670g1qg5gaug"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://scripts/PauseMenu.cs" id="1_p5jo3"]
|
||
|
|
||
|
[node name="PauseMenu" 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_p5jo3")
|
||
|
|
||
|
[node name="CenterContainer" type="CenterContainer" parent="."]
|
||
|
layout_mode = 1
|
||
|
anchors_preset = 15
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
grow_horizontal = 2
|
||
|
grow_vertical = 2
|
||
|
|
||
|
[node name="Button" type="Button" parent="CenterContainer"]
|
||
|
layout_mode = 2
|
||
|
theme_override_font_sizes/font_size = 50
|
||
|
text = "Continue"
|
||
|
|
||
|
[connection signal="pressed" from="CenterContainer/Button" to="." method="Close"]
|