more drops

This commit is contained in:
ntr
2019-03-04 13:12:22 +11:00
parent 9dcb21eefa
commit 8b18e7aa20
2 changed files with 33 additions and 10 deletions
@@ -57,7 +57,6 @@ class LineBox extends Phaser.GameObjects.Graphics {
return delta[j];
});
}
console.log(this.lineCoord);
this.lineStyle(5, 0xFF00FF, 1);
this.lineBetween(this.lineCoord[0], horizY, this.lineCoord[1], horizY);