DemoProductions / shmup

3 stars 2 forks source link

Weapon as GameObject #50

Closed flip40 closed 8 years ago

flip40 commented 8 years ago

Similar to how the Bullets work. We should have prefab game objects representing each weapon. This mostly will just be an "object" with the weapon script attached. Could also have a sprite, but doesn't need it either.

This will initially be attached to the player by instantiating a prefab (for default weapons).

flip40 commented 8 years ago

Closed by #58