Refine character animation and fishing presentation
This commit is contained in:
parent
81f5010ad2
commit
c596b2aee7
15 changed files with 403 additions and 402 deletions
|
|
@ -320,7 +320,7 @@ func _update_waiting_attempt(
|
|||
flat_offset.length() - _fishing_spot.withdrawal_cancel_distance
|
||||
)
|
||||
if withdrawable_distance <= 0.0:
|
||||
_cancel_attempt(attempt.owner_peer_id, "Fishing cancelled.")
|
||||
_cancel_attempt(attempt.owner_peer_id, "")
|
||||
return
|
||||
attempt.withdrawal_progress = minf(
|
||||
attempt.withdrawal_progress
|
||||
|
|
@ -463,7 +463,7 @@ func submit_cancel_request(attempt_id: String) -> void:
|
|||
or attempt.attempt_id != attempt_id
|
||||
):
|
||||
return
|
||||
_cancel_attempt(sender_id, "Fishing cancelled.")
|
||||
_cancel_attempt(sender_id, "")
|
||||
|
||||
|
||||
func _on_encounter_updated(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue