You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
983 B
34 lines
983 B
[gd_scene load_steps=3 format=3 uid="uid://c1c87rr8eubhg"]
|
|
|
|
[ext_resource type="Script" path="res://Components/PauseMenu.cs" id="1_p1e8d"]
|
|
[ext_resource type="PackedScene" uid="uid://blk2uswpo2a7k" path="res://Components/SettingsMenu.tscn" id="2_smral"]
|
|
|
|
[node name="PauseMenu" type="Popup"]
|
|
size = Vector2i(342, 289)
|
|
visible = true
|
|
script = ExtResource("1_p1e8d")
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -86.0
|
|
offset_top = -33.0
|
|
offset_right = 86.0
|
|
offset_bottom = 33.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 4
|
|
|
|
[node name="VBoxContainer" parent="VBoxContainer" instance=ExtResource("2_smral")]
|
|
layout_mode = 2
|
|
|
|
[node name="ButtonExit" type="Button" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "确认"
|
|
|
|
[connection signal="pressed" from="VBoxContainer/ButtonExit" to="." method="On_ButtonExit_Pressed"]
|