mirror of
https://github.com/Steffo99/swear-jar.git
synced 2024-11-21 23:34:18 +00:00
Remove duplicate goal
signal emission from Collector
This commit is contained in:
parent
f9e1fa6578
commit
9245a015dd
1 changed files with 0 additions and 1 deletions
|
@ -33,6 +33,5 @@ func _on_body_entered(body: Node2D):
|
|||
sound_absorb.play()
|
||||
collected.emit(body)
|
||||
if collected_count >= collecting_amount:
|
||||
goal.emit()
|
||||
goal.emit()
|
||||
collected_count = 0
|
||||
|
|
Loading…
Reference in a new issue