Menacing / unnamed-extraction-shooter-roguelike

MIT License
6 stars 0 forks source link

UI Sound Effects #355

Closed ryanquincypaul closed 3 months ago

ryanquincypaul commented 3 months ago

Added sound effects for UI interactions.

Ticket: https://github.com/users/Menacing/projects/1/views/2?pane=issue&itemId=49586172

Changes:

TODO:

Resources used (all creative commons 0 on freesound.org):

Menacing commented 3 months ago

Look great! To resolve your TODO with continuing music playback I moved the streamplayer to the menumanager and added an audiostream export to any menus that should have music. Then we check if the stream is different and only interrupt playback if its supposed to be a different sound

Thanks!