@ -15,6 +15,9 @@ class Lives {
this.lives--;
return this.lives==0;
}
get() {
return this.lives;
update() {
if (this.y != 60) this.y++;
if (this.y > 0) {
The note is not visible to the blocked user.