Remove white line of highscore
This commit is contained in:
parent
25c25f1d67
commit
4bde839b01
|
@ -171,12 +171,6 @@ class Scene extends Screen {
|
||||||
|
|
||||||
let height = this.height() * (1 - this.currentMaxHeight - this.player.size / 2);
|
let height = this.height() * (1 - this.currentMaxHeight - this.player.size / 2);
|
||||||
|
|
||||||
this.context.strokeStyle = 'rgb(255, 255, 255)';
|
|
||||||
this.context.beginPath();
|
|
||||||
this.context.moveTo(0, height);
|
|
||||||
this.context.lineTo(this.width(), height);
|
|
||||||
this.context.stroke();
|
|
||||||
|
|
||||||
this.context.save();
|
this.context.save();
|
||||||
this.context.translate(0, height);
|
this.context.translate(0, height);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue