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

@ -55,6 +55,6 @@ text = "1234"
[node name="SellButton" type="Button" parent="MarginContainer/VBoxContainer"]
layout_mode = 2
text = "Sell!"
text = "Sell! (Uses 15 time)"
[connection signal="pressed" from="MarginContainer/VBoxContainer/SellButton" to="." method="_on_sell_button_pressed"]