feature complete prototype almost done!

This commit is contained in:
Tabby 2026-01-14 20:10:03 +11:00
parent 93cc1a8c59
commit af8662fd6a
21 changed files with 327 additions and 41 deletions

View file

@ -111,26 +111,28 @@ anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -74.0
offset_top = -15.5
offset_right = 74.0
offset_bottom = 15.5
offset_left = 245.0
offset_top = -32.0
offset_right = 393.0
offset_bottom = 22.0
grow_horizontal = 2
grow_vertical = 2
text = "Loot E-waste bins!"
text = "Loot E-waste bins!
(Uses 10 time)"
[node name="ReturnButton" type="Button" parent="."]
layout_mode = 1
anchors_preset = 7
anchors_preset = 8
anchor_left = 0.5
anchor_top = 1.0
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 1.0
anchor_bottom = 0.5
offset_left = -81.0
offset_top = -31.0
offset_top = -15.5
offset_right = 81.0
offset_bottom = 15.5
grow_horizontal = 2
grow_vertical = 0
grow_vertical = 2
text = "Return to workshop"
[connection signal="pressed" from="LootButton" to="." method="_on_loot_button_pressed"]