sell cost 10

This commit is contained in:
Tabby 2026-01-23 15:39:27 +11:00
parent 69f6544545
commit fbadd98025
2 changed files with 4 additions and 4 deletions

View file

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