@ -55,6 +55,7 @@ class Ball {
this.moving = false;
return false;
}
if (this.y > this.bar.y ) return true; // Ball is lost, don't check anything else
if ( (this.y + this.size) > this.bar.y && this.x > this.bar.x && this.x < (this.bar.x + this.bar.w) ) {
// Down (Bar)
The note is not visible to the blocked user.