game finished i think :3
This commit is contained in:
parent
0a9a916ee1
commit
7f4b9b939b
4 changed files with 4 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue