48 lines
1.4 KiB
Plaintext
48 lines
1.4 KiB
Plaintext
[gd_scene format=3 uid="uid://deqqmuscuh2b0"]
|
|
|
|
[ext_resource type="Script" uid="uid://btvyygo0nvdti" path="res://UI/pause_menu.gd" id="1_ltd3m"]
|
|
|
|
[sub_resource type="Theme" id="Theme_v6d43"]
|
|
default_font_size = 24
|
|
|
|
[node name="PauseMenu" type="Control" unique_id=1667160113]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme = SubResource("Theme_v6d43")
|
|
script = ExtResource("1_ltd3m")
|
|
|
|
[node name="CenterContainer" type="CenterContainer" parent="." unique_id=1048241947]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="CenterContainer" unique_id=232902948]
|
|
custom_minimum_size = Vector2(300, 0)
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 8
|
|
alignment = 1
|
|
|
|
[node name="PausedLabel" type="Label" parent="CenterContainer/VBoxContainer" unique_id=125974062]
|
|
layout_mode = 2
|
|
text = "Paused"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="ResumeButton" type="Button" parent="CenterContainer/VBoxContainer" unique_id=1237265368]
|
|
layout_mode = 2
|
|
text = "Resume"
|
|
|
|
[node name="OptionsButton" type="Button" parent="CenterContainer/VBoxContainer" unique_id=1158948334]
|
|
layout_mode = 2
|
|
text = "Options"
|
|
|
|
[node name="QuitButton" type="Button" parent="CenterContainer/VBoxContainer" unique_id=1692016630]
|
|
layout_mode = 2
|
|
text = "Quit"
|