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

Create powerup pick sound effect #86

Closed davcri closed 4 years ago

davcri commented 4 years ago

Do this after #85.

When the player takes a powerup, we want to play a sound effect.

  1. Create a sound effect
  2. Add it to the game
  3. Play the sound effect on Spaceship and powerup collision
FlavioFS commented 4 years ago

I did it. Submitting pull request right now.

FlavioFS commented 4 years ago

PR submitted.

davcri commented 4 years ago

PR accepted!