Menacing / unnamed-extraction-shooter-roguelike

MIT License
2 stars 0 forks source link

Add pickup sound effect to ItemInformation #357

Open Menacing opened 1 week ago

Menacing commented 1 week ago

Add sound effect to ItemInformation resource type Add AudioStreamPlayer node to Item3D scenes and map sound effect to it Play the sound effect from the player item picked up function (Probably don't want to play the sound elsewhere since the pickup function gets called when loot is spawned. I think we'd hear a huge amount of sounds on level load if the payback was triggered by the item itself)

Find and add sound effects for each item. Probably want a default sound too