generated from krampus/template-godot4
132 lines
4.3 KiB
Plaintext
132 lines
4.3 KiB
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://byvjsvavbg5xe"]
|
|
|
|
[ext_resource type="FontFile" uid="uid://b6gxwgomstkgu" path="res://assets/fonts/Geo/Geo-Italic.ttf" id="1_4nw1f"]
|
|
[ext_resource type="Script" path="res://src/ui/menus/pause_menu/pause_menu.gd" id="1_rd0j2"]
|
|
|
|
[node name="PauseMenu" type="Control"]
|
|
process_mode = 3
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_rd0j2")
|
|
|
|
[node name="Shade" type="ColorRect" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
color = Color(0, 0, 0, 0.156863)
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 3
|
|
anchor_left = 1.0
|
|
anchor_top = 1.0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 0
|
|
grow_vertical = 0
|
|
theme_override_constants/margin_right = 160
|
|
theme_override_constants/margin_bottom = 160
|
|
|
|
[node name="MenuList" type="VBoxContainer" parent="MarginContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
|
|
[node name="Label" type="Label" parent="MarginContainer/MenuList"]
|
|
layout_mode = 2
|
|
theme_override_colors/font_color = Color(1, 1, 1, 1)
|
|
theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
|
|
theme_override_constants/outline_size = 8
|
|
theme_override_fonts/font = ExtResource("1_4nw1f")
|
|
theme_override_font_sizes/font_size = 72
|
|
text = "Paused"
|
|
|
|
[node name="ResumeButton" type="Button" parent="MarginContainer/MenuList"]
|
|
layout_mode = 2
|
|
theme_type_variation = &"PauseMenuButton"
|
|
text = "Resume"
|
|
|
|
[node name="SettingsButton" type="Button" parent="MarginContainer/MenuList"]
|
|
layout_mode = 2
|
|
theme_type_variation = &"PauseMenuButton"
|
|
text = "Settings"
|
|
|
|
[node name="QuitButton" type="Button" parent="MarginContainer/MenuList"]
|
|
layout_mode = 2
|
|
theme_type_variation = &"PauseMenuButton"
|
|
theme_override_colors/font_color = Color(0.819608, 0.196078, 0.196078, 1)
|
|
text = "Quit"
|
|
|
|
[node name="SettingsContainer" type="MarginContainer" parent="."]
|
|
unique_name_in_owner = true
|
|
layout_mode = 1
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -640.0
|
|
offset_top = -360.0
|
|
offset_right = 640.0
|
|
offset_bottom = 360.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
mouse_filter = 2
|
|
|
|
[node name="QuitConfirm" type="CenterContainer" parent="."]
|
|
unique_name_in_owner = true
|
|
visible = false
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="PanelContainer" type="PanelContainer" parent="QuitConfirm"]
|
|
layout_mode = 2
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="QuitConfirm/PanelContainer"]
|
|
layout_mode = 2
|
|
theme_override_constants/margin_left = 8
|
|
theme_override_constants/margin_top = 8
|
|
theme_override_constants/margin_right = 8
|
|
theme_override_constants/margin_bottom = 8
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="QuitConfirm/PanelContainer/MarginContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="Label" type="Label" parent="QuitConfirm/PanelContainer/MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 24
|
|
text = "Quit to desktop?"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="QuitConfirm/PanelContainer/MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 16
|
|
|
|
[node name="CancelButton" type="Button" parent="QuitConfirm/PanelContainer/MarginContainer/VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
theme_type_variation = &"CancelButton"
|
|
text = "Cancel"
|
|
|
|
[node name="ConfirmQuitButton" type="Button" parent="QuitConfirm/PanelContainer/MarginContainer/VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
theme_type_variation = &"AlertButton"
|
|
text = "Quit"
|
|
|
|
[connection signal="pressed" from="MarginContainer/MenuList/ResumeButton" to="." method="resume"]
|
|
[connection signal="pressed" from="MarginContainer/MenuList/SettingsButton" to="." method="settings"]
|
|
[connection signal="pressed" from="MarginContainer/MenuList/QuitButton" to="." method="quit"]
|
|
[connection signal="pressed" from="QuitConfirm/PanelContainer/MarginContainer/VBoxContainer/HBoxContainer/CancelButton" to="." method="cancel_quit"]
|
|
[connection signal="pressed" from="QuitConfirm/PanelContainer/MarginContainer/VBoxContainer/HBoxContainer/ConfirmQuitButton" to="." method="confirm_quit"]
|