CodingTrain / asteroids-advanced

24 stars 7 forks source link

Generalize the death animation of the ship #8

Closed MunWolf closed 7 years ago

MunWolf commented 7 years ago

As a followup to #7 make the shape class have a method where it can make the shape disintegrate like we do with the ship currently.

Will allow us to destroy asteroids the same way when they don't split.

JonathanHHenson commented 7 years ago

Done