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

Added shooting sound and switched menu and gameplay theme #73

Closed rubin0 closed 4 years ago

rubin0 commented 4 years ago

I created different laser sound effects to play when player or an enemy fires a bullet. FYI I used Bfxr. It's very cool. Check it out.

In addition I switched menu and gameplay music.

Closes #70 and #54

davcri commented 4 years ago

Currently reviewing the PR.

Bfxr is nice! But I think it does not work on Linux.
However LMMS is an excellent alternative!

davcri commented 4 years ago

Merged! Nice sounds and the stereo positioning is also a nice addition :smile:

Thanks @Karbb !