Merge pull request #7210 from imgntn/tiltmaze

Tilt Maze Should Delete Stray Balls
This commit is contained in:
Chris Collins 2016-02-29 15:46:54 -08:00
commit d68fa4e9ad

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',