meowbay created and other things

This commit is contained in:
Tabby 2026-01-14 19:00:40 +11:00
parent 09625d8285
commit 93cc1a8c59
35 changed files with 318 additions and 41 deletions

View file

@ -42,7 +42,7 @@ corner_radius_bottom_right = 3
corner_radius_bottom_left = 3
corner_detail = 5
[node name="PlayerInventory" type="Control" node_paths=PackedStringArray("inventory_panel", "button")]
[node name="PlayerInventory" type="Control" node_paths=PackedStringArray("inventory_panel", "button", "money_label")]
z_index = 2
layout_mode = 3
anchors_preset = 15
@ -54,8 +54,10 @@ mouse_filter = 2
script = ExtResource("1_vk2kx")
inventory_panel = NodePath("TabContainer/Inventory")
button = NodePath("Button")
money_label = NodePath("PanelContainer/Label")
[node name="Button" type="Button" parent="."]
visible = false
layout_mode = 1
anchors_preset = 2
anchor_top = 1.0
@ -249,4 +251,16 @@ autowrap_mode = 2
layout_mode = 2
columns = 5
[node name="PanelContainer" type="PanelContainer" parent="."]
layout_mode = 0
offset_left = 132.0
offset_top = 566.0
offset_right = 389.0
offset_bottom = 608.0
[node name="Label" type="Label" parent="PanelContainer"]
layout_mode = 2
text = "Money: $0"
horizontal_alignment = 1
[connection signal="pressed" from="Button" to="." method="_on_button_pressed"]