add more sounds

This commit is contained in:
2024-10-08 06:49:37 +10:00
parent 6d78ea6174
commit 80ee24e986
24 changed files with 309 additions and 4 deletions

View File

@@ -188,7 +188,7 @@ func _deposit() -> void:
var item := carrying_items.pop_back() as Honeydew
audio_player.play_polyphonic(SoundManager.swoosh())
await item.start_moving(anthill.global_position).moved
audio_player.play_polyphonic(SoundManager.pop())
audio_player.play_polyphonic(SoundManager.tok())
item.remove_from_spawner()
_erase_honeydew(item)
item.queue_free()