Polish world, shop, and artwork presentation
This commit is contained in:
parent
7d38bc962b
commit
117fdbfdaa
94 changed files with 1771 additions and 579 deletions
|
|
@ -383,7 +383,7 @@ static func _lifetime_title(chain_id: String, target: int) -> String:
|
|||
"catch":
|
||||
return "seasoned angler"
|
||||
"sell":
|
||||
return "fish coin regular"
|
||||
return "market regular"
|
||||
"level":
|
||||
return "reach level %d" % target
|
||||
"discover":
|
||||
|
|
|
|||
|
|
@ -656,9 +656,7 @@ func _reward_claimed(reward: Dictionary) -> void:
|
|||
var fish_coin: int = int(reward.get("fish_coin", 0))
|
||||
var experience: int = int(reward.get("experience", 0))
|
||||
reward_claimed.emit(title, fish_coin, experience)
|
||||
status_changed.emit("payment received — $%d and %d xp" % [
|
||||
fish_coin, experience,
|
||||
])
|
||||
status_changed.emit("payment received — %d xp" % experience)
|
||||
changed.emit()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue