game finished i think :3

This commit is contained in:
Tabby 2026-01-18 21:06:22 +11:00
parent 0a9a916ee1
commit 7f4b9b939b
4 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@ func _notification(what: int) -> void:
func calculate_sell_value():
if slots[0].item:
sell_label.text = str(floori(slots[0].item.buy_value / float(2)))
sell_label.text = "$" + str(floori(slots[0].item.buy_value / float(2)))
sell_button.disabled = false
else:
sell_label.text = "Place an item"