Remove white line of highscore

This commit is contained in:
Thibault Blanc Beyne 2018-08-22 16:07:14 +02:00
parent 25c25f1d67
commit 4bde839b01
1 changed files with 0 additions and 6 deletions

View File

@ -171,12 +171,6 @@ class Scene extends Screen {
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.translate(0, height);