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 powerup scene #67

Closed davcri closed 4 years ago

davcri commented 4 years ago

Add a powerup scene.

We need to:

You can take inspiration from here: https://github.com/crystal-bit/space-shooter/blob/master/game-design-doc/game-design-document.md#fire-bullet---powerup1

We don't need to implement the spawn in this issue.