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 audio fade in-out #94

Closed davcri closed 4 years ago

davcri commented 4 years ago

Adding some fade-in / out can improve the player experience.

Add these:

  1. Fade in when the game starts
  2. Fade in when the gameplay starts (Level1.tscn)
  3. Fade out on gameover
gVirtu commented 4 years ago

Gave this one a shot. :) PR #96 open!