2025-04-23 04:33:38 +00:00
|
|
|
[gd_scene load_steps=9 format=3 uid="uid://btjj225d18y2q"]
|
2025-04-23 01:16:21 +00:00
|
|
|
|
|
|
|
|
[ext_resource type="FontFile" uid="uid://be6xxaq8drt5q" path="res://assets/Fonts/Kenney Pixel Square.ttf" id="1_b7j7x"]
|
2025-04-23 16:20:00 +00:00
|
|
|
[ext_resource type="Script" path="res://script/ui/pause_menu.cs" id="1_mq0ks"]
|
|
|
|
|
[ext_resource type="PackedScene" uid="uid://01tjlnox4crb" path="res://scenes/ui/input_menu.tscn" id="2_ugxyj"]
|
2025-04-23 04:33:38 +00:00
|
|
|
[ext_resource type="FontFile" uid="uid://dtpvg4lmre10g" path="res://assets/Fonts/Kenney Future Narrow.ttf" id="3_p0x5a"]
|
2025-04-23 01:16:21 +00:00
|
|
|
|
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_6mqtv"]
|
|
|
|
|
font = ExtResource("1_b7j7x")
|
|
|
|
|
font_size = 28
|
|
|
|
|
|
2025-04-23 04:33:38 +00:00
|
|
|
[sub_resource type="Theme" id="Theme_siirn"]
|
|
|
|
|
default_font = ExtResource("3_p0x5a")
|
|
|
|
|
|
|
|
|
|
[sub_resource type="Theme" id="Theme_1cogp"]
|
|
|
|
|
default_font = ExtResource("3_p0x5a")
|
|
|
|
|
|
|
|
|
|
[sub_resource type="Theme" id="Theme_gbhoc"]
|
|
|
|
|
default_font = ExtResource("3_p0x5a")
|
|
|
|
|
|
2025-04-23 01:16:21 +00:00
|
|
|
[node name="PauseMenu" type="CenterContainer"]
|
|
|
|
|
process_mode = 2
|
|
|
|
|
anchors_preset = 15
|
|
|
|
|
anchor_right = 1.0
|
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
|
offset_right = -1520.0
|
|
|
|
|
offset_bottom = -880.0
|
|
|
|
|
grow_horizontal = 2
|
|
|
|
|
grow_vertical = 2
|
|
|
|
|
script = ExtResource("1_mq0ks")
|
|
|
|
|
|
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="."]
|
|
|
|
|
custom_minimum_size = Vector2(400, 200)
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
color = Color(0.231373, 0.219608, 0.203922, 1)
|
|
|
|
|
|
|
|
|
|
[node name="VBox" type="VBoxContainer" parent="."]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="VBox"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
text = "Paused"
|
|
|
|
|
label_settings = SubResource("LabelSettings_6mqtv")
|
|
|
|
|
horizontal_alignment = 1
|
|
|
|
|
|
|
|
|
|
[node name="VSeparator" type="VSeparator" parent="VBox"]
|
|
|
|
|
visibility_layer = 0
|
|
|
|
|
custom_minimum_size = Vector2(0, 70)
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
|
|
[node name="HBox" type="HBoxContainer" parent="VBox"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
|
|
[node name="InputsButton" type="Button" parent="VBox/HBox"]
|
|
|
|
|
custom_minimum_size = Vector2(100, 0)
|
|
|
|
|
layout_mode = 2
|
2025-04-23 04:33:38 +00:00
|
|
|
theme = SubResource("Theme_siirn")
|
2025-04-23 01:16:21 +00:00
|
|
|
text = "Inputs"
|
|
|
|
|
|
|
|
|
|
[node name="ResumeButton" type="Button" parent="VBox/HBox"]
|
|
|
|
|
custom_minimum_size = Vector2(100, 0)
|
|
|
|
|
layout_mode = 2
|
2025-04-23 04:33:38 +00:00
|
|
|
theme = SubResource("Theme_1cogp")
|
2025-04-23 01:16:21 +00:00
|
|
|
text = "Resume"
|
|
|
|
|
|
|
|
|
|
[node name="QuitButton" type="Button" parent="VBox/HBox"]
|
|
|
|
|
custom_minimum_size = Vector2(100, 35)
|
|
|
|
|
layout_mode = 2
|
2025-04-23 04:33:38 +00:00
|
|
|
theme = SubResource("Theme_gbhoc")
|
2025-04-23 01:16:21 +00:00
|
|
|
text = "Main Menu"
|
|
|
|
|
|
|
|
|
|
[node name="InputMenu" parent="." instance=ExtResource("2_ugxyj")]
|
|
|
|
|
visible = false
|
|
|
|
|
layout_mode = 2
|