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

Created explosion spaceship scene #91

Closed rubin0 closed 5 years ago

rubin0 commented 5 years ago

I created an explosion node that contains 4 particles nodes and one AudioStreamPlayer.

The spaceship when receive gameover signal will start the particle system, hide its sprite and load an empty gameover scene.

Closes #76

davcri commented 5 years ago

Thanks @Karbb, I merged this PR! Finally we have juicy explosions 💥

I created this issue that is related to this PR: https://github.com/crystal-bit/space-shooter/issues/92