maze should delete stray balls

This commit is contained in:
James B. Pollack 2016-02-26 10:34:27 -08:00
parent 16bebc437b
commit 83713898cc

View file

@ -96,6 +96,9 @@
if (this.ballLocked === true) {
return;
}
if(this.ball!==null){
Entities.deleteEntity(this.ball);
}
var properties = {
name: 'Hifi Tilt Maze Ball',