43 lines
1.2 KiB
Plaintext
43 lines
1.2 KiB
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://bt0okj2rie8qf"]
|
|
|
|
[ext_resource type="Script" uid="uid://c7kvg0jw6w340" path="res://ui/pause/PauseMain.gd" id="1_b5xfl"]
|
|
|
|
[node name="PauseMain" type="VBoxContainer" node_paths=PackedStringArray("btnResume", "btnSettings", "btnMainMenu", "btnQuit")]
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_b5xfl")
|
|
metadata/_custom_type_script = "uid://c7kvg0jw6w340"
|
|
btnResume = NodePath("MainButtons/Resume")
|
|
btnSettings = NodePath("MainButtons/Settings")
|
|
btnMainMenu = NodePath("MainButtons/MainMenu")
|
|
btnQuit = NodePath("MainButtons/Quit")
|
|
|
|
[node name="Title" type="Label" parent="."]
|
|
layout_mode = 2
|
|
text = "Paused"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="MainButtons" type="VBoxContainer" parent="."]
|
|
layout_mode = 2
|
|
|
|
[node name="Resume" type="Button" parent="MainButtons"]
|
|
layout_mode = 2
|
|
text = "Resume"
|
|
|
|
[node name="Settings" type="Button" parent="MainButtons"]
|
|
layout_mode = 2
|
|
text = "Settings"
|
|
|
|
[node name="MainMenu" type="Button" parent="MainButtons"]
|
|
layout_mode = 2
|
|
text = "Main Menu"
|
|
|
|
[node name="Quit" type="Button" parent="MainButtons"]
|
|
layout_mode = 2
|
|
text = "Quit Game"
|