diff --git a/src/game/lib/screen_bottom.js b/src/game/lib/screen_bottom.js index 5239451..3da7550 100644 --- a/src/game/lib/screen_bottom.js +++ b/src/game/lib/screen_bottom.js @@ -8,9 +8,9 @@ class ScreenBottom { this.bottomBarCenterY = game.world.height - ScreenBottom.BOTTOM_BAR_HEIGHT / 2; - this.leftText = this.printBottomText(this.leftText, "sample", "left"); - this.centerText = this.printBottomText(this.centerText, "sample", "center"); - this.rightText = this.printBottomText(this.rightText, "sample", "right"); + this.leftText = this.printBottomText(this.leftText, "", "left"); + this.centerText = this.printBottomText(this.centerText, "", "center"); + this.rightText = this.printBottomText(this.rightText, "", "right"); } makeBottomLine() { diff --git a/src/web/module/maestro_header.html b/src/web/module/maestro_header.html index a47da69..9516981 100644 --- a/src/web/module/maestro_header.html +++ b/src/web/module/maestro_header.html @@ -61,8 +61,8 @@ function deleteMaestroAllRecords() {