jonroberts/nasa2014

Set probe collision

Closed this issue · 0 comments

When a probe hits an asteroid, set isprobed to true, and destroy probe

data[0].isprobed=true;
this.destroy()

I think