43 lines
1.5 KiB
Plaintext
43 lines
1.5 KiB
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://b3bubdytjn523"]
|
|
|
|
[ext_resource type="Script" path="res://game/zones/zone_wrist_ui.gd" id="1_3c68p"]
|
|
|
|
[node name="ZoneWristMenu" type="PanelContainer"]
|
|
offset_right = 400.0
|
|
offset_bottom = 200.0
|
|
script = ExtResource("1_3c68p")
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
layout_mode = 2
|
|
theme_override_constants/margin_left = 5
|
|
theme_override_constants/margin_top = 5
|
|
theme_override_constants/margin_right = 5
|
|
theme_override_constants/margin_bottom = 5
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 10
|
|
alignment = 1
|
|
|
|
[node name="Label" type="Label" parent="MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "This display shows the wrist UI when playing the game. Customize this for your games content or theme."
|
|
autowrap_mode = 2
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 50
|
|
alignment = 1
|
|
|
|
[node name="SaveButton" type="Button" parent="MarginContainer/VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 0
|
|
text = "Save"
|
|
|
|
[node name="QuitButton" type="Button" parent="MarginContainer/VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Quit"
|
|
|
|
[connection signal="pressed" from="MarginContainer/VBoxContainer/HBoxContainer/SaveButton" to="." method="_on_save_button_pressed"]
|
|
[connection signal="pressed" from="MarginContainer/VBoxContainer/HBoxContainer/QuitButton" to="." method="_on_quit_button_pressed"]
|