jmullercuber / Finding_Home-Game

Finding Home (A Video Game for Charity)
2 stars 0 forks source link

Laser-Asteroid Collision #3

Closed jmullercuber closed 9 years ago

jmullercuber commented 9 years ago

Collision between a laser and Asteroid should delete both

jmullercuber commented 9 years ago

Correction: Should delete bullet, break asteroid into smaller pieces. If asteroid is too small to be broken anymore, delete asteroid

zrh32 commented 9 years ago

Currently laser is removes self and asteroid. Needs asteroid to be broken up instead.