crystal-bit / space-shooter

Shoot 'em up game, developed for the Hacktoberfest 2019 event with the Crystal Bit community.
GNU General Public License v3.0
41 stars 34 forks source link

Add "damage taken" sound effect #93

Closed davcri closed 4 years ago

davcri commented 4 years ago

When the spaceship receives damage, we want to play a sound effect.

  1. Create a sound effect (or search if anyone exists in the current asset directory)
  2. Play the sound effect in the game when the spaceship receives damage
Drakota commented 4 years ago

I'll try that one :)