Added SFX sounds

This commit is contained in:
2026-01-09 21:45:29 +03:00
parent 123510d103
commit ffdf0b0403
47 changed files with 392 additions and 72 deletions
+4
View File
@@ -1,2 +1,6 @@
class_name BookPickup
extends AbstractPickup
func _play_pickup_sound() -> void:
SoundManager.play_sfx_stream(SoundManager.sfx_stream_book_picked_up, global_position)