everything_has_a_price_jam/gui/inbox_panel.tscn
2026-09-26 15:02:19 -06:00

55 lines
1.4 KiB
Text

[gd_scene format=3 uid="uid://vanflt5jr7tx"]
[ext_resource type="Script" uid="uid://bjroelscgyvam" path="res://gui/inbox_panel.gd" id="1_nt1oc"]
[node name="InboxPanel" type="Control" unique_id=534578339]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_nt1oc")
[node name="Panel" type="Panel" parent="." unique_id=192689149]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="VBoxContainer" type="VBoxContainer" parent="Panel" unique_id=1054918739]
layout_mode = 1
anchors_preset = 5
anchor_left = 0.5
anchor_right = 0.5
offset_left = -20.0
offset_right = 20.0
offset_bottom = 40.0
grow_horizontal = 2
[node name="Title" type="Label" parent="Panel/VBoxContainer" unique_id=870802361]
layout_mode = 2
theme_override_font_sizes/font_size = 45
text = "Royal Messages"
[node name="Letters" type="VBoxContainer" parent="Panel/VBoxContainer" unique_id=508578167]
unique_name_in_owner = true
layout_mode = 2
[node name="CloseButton" type="Button" parent="Panel" unique_id=1499327494]
layout_mode = 1
anchors_preset = 7
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
offset_left = -25.0
offset_top = -31.0
offset_right = 25.0
grow_horizontal = 2
grow_vertical = 0
text = "Close"
[connection signal="pressed" from="Panel/CloseButton" to="." method="_on_close_button_pressed"]