Set probe collision
Closed this issue · 0 comments
jonroberts commented
When a probe hits an asteroid, set isprobed to true, and destroy probe
data[0].isprobed=true;
this.destroy()
I think
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