87 lines
3.1 KiB
Text
87 lines
3.1 KiB
Text
[gd_scene load_steps=5 format=3 uid="uid://s683ua4q2ewm"]
|
|
|
|
[ext_resource type="Theme" uid="uid://cohbys634cf18" path="res://menu/main_menu/MainMenuTheme.tres" id="1_fna2g"]
|
|
[ext_resource type="PackedScene" uid="uid://dii1q3f5dj72y" path="res://objects/CRT.tscn" id="2_vaod1"]
|
|
[ext_resource type="Script" path="res://scripts/pause_menu_control.gd" id="3_tyr11"]
|
|
[ext_resource type="FontFile" uid="uid://d3pbvdemdbxes" path="res://CommodoreSixtyFour.ttf" id="4_u4plf"]
|
|
|
|
[node name="PauseMenu" type="MarginContainer"]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme = ExtResource("1_fna2g")
|
|
|
|
[node name="CanvasLayer" parent="." instance=ExtResource("2_vaod1")]
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="."]
|
|
layout_mode = 2
|
|
color = Color(0, 0, 0, 1)
|
|
|
|
[node name="Control" type="Control" parent="."]
|
|
layout_mode = 2
|
|
script = ExtResource("3_tyr11")
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="Control"]
|
|
layout_mode = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
|
|
[node name="VBoxContainer2" type="VBoxContainer" parent="Control/VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="Label" type="Label" parent="Control/VBoxContainer/VBoxContainer2"]
|
|
layout_mode = 2
|
|
|
|
[node name="Buttons" type="VBoxContainer" parent="Control/VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="Control/VBoxContainer/Buttons"]
|
|
visible = false
|
|
layout_mode = 2
|
|
|
|
[node name="Label" type="Label" parent="Control/VBoxContainer/Buttons/HBoxContainer"]
|
|
custom_minimum_size = Vector2(8, 0)
|
|
layout_mode = 2
|
|
theme_override_fonts/font = ExtResource("4_u4plf")
|
|
text = ">"
|
|
|
|
[node name="continue" type="Button" parent="Control/VBoxContainer/Buttons/HBoxContainer"]
|
|
layout_mode = 2
|
|
text = "continue"
|
|
flat = true
|
|
|
|
[node name="HBoxContainer2" type="HBoxContainer" parent="Control/VBoxContainer/Buttons"]
|
|
visible = false
|
|
layout_mode = 2
|
|
|
|
[node name="Label" type="Label" parent="Control/VBoxContainer/Buttons/HBoxContainer2"]
|
|
custom_minimum_size = Vector2(8, 0)
|
|
layout_mode = 2
|
|
theme_override_fonts/font = ExtResource("4_u4plf")
|
|
text = ">"
|
|
|
|
[node name="restart" type="Button" parent="Control/VBoxContainer/Buttons/HBoxContainer2"]
|
|
layout_mode = 2
|
|
text = "restart"
|
|
flat = true
|
|
|
|
[node name="HBoxContainer3" type="HBoxContainer" parent="Control/VBoxContainer/Buttons"]
|
|
visible = false
|
|
layout_mode = 2
|
|
|
|
[node name="Label" type="Label" parent="Control/VBoxContainer/Buttons/HBoxContainer3"]
|
|
custom_minimum_size = Vector2(8, 0)
|
|
layout_mode = 2
|
|
theme_override_fonts/font = ExtResource("4_u4plf")
|
|
text = ">"
|
|
|
|
[node name="main menu" type="Button" parent="Control/VBoxContainer/Buttons/HBoxContainer3"]
|
|
layout_mode = 2
|
|
text = "main menu"
|
|
flat = true
|
|
|
|
[connection signal="pressed" from="Control/VBoxContainer/Buttons/HBoxContainer/continue" to="Control" method="_on_continue_button_pressed"]
|
|
[connection signal="pressed" from="Control/VBoxContainer/Buttons/HBoxContainer2/restart" to="Control" method="_on_restart_button_pressed"]
|
|
[connection signal="pressed" from="Control/VBoxContainer/Buttons/HBoxContainer3/main menu" to="Control" method="_on_back_to_main_menu_button_pressed"]
|