62 lines
1.7 KiB
Plaintext
62 lines
1.7 KiB
Plaintext
|
|
[gd_scene load_steps=5 format=3 uid="uid://btjj225d18y2q"]
|
||
|
|
|
||
|
|
[ext_resource type="FontFile" uid="uid://be6xxaq8drt5q" path="res://assets/Fonts/Kenney Pixel Square.ttf" id="1_b7j7x"]
|
||
|
|
[ext_resource type="Script" path="res://script/pause_menu.cs" id="1_mq0ks"]
|
||
|
|
[ext_resource type="PackedScene" uid="uid://01tjlnox4crb" path="res://scenes/input_menu.tscn" id="2_ugxyj"]
|
||
|
|
|
||
|
|
[sub_resource type="LabelSettings" id="LabelSettings_6mqtv"]
|
||
|
|
font = ExtResource("1_b7j7x")
|
||
|
|
font_size = 28
|
||
|
|
|
||
|
|
[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
|
||
|
|
text = "Inputs"
|
||
|
|
|
||
|
|
[node name="ResumeButton" type="Button" parent="VBox/HBox"]
|
||
|
|
custom_minimum_size = Vector2(100, 0)
|
||
|
|
layout_mode = 2
|
||
|
|
text = "Resume"
|
||
|
|
|
||
|
|
[node name="QuitButton" type="Button" parent="VBox/HBox"]
|
||
|
|
custom_minimum_size = Vector2(100, 35)
|
||
|
|
layout_mode = 2
|
||
|
|
text = "Main Menu"
|
||
|
|
|
||
|
|
[node name="InputMenu" parent="." instance=ExtResource("2_ugxyj")]
|
||
|
|
visible = false
|
||
|
|
layout_mode = 2
|