Fix: Experience player maestro ID Account Type = 100

This commit is contained in:
2018-08-11 07:41:19 +09:00
parent ae42c35807
commit a3bbeed499
3 changed files with 49 additions and 17 deletions
+3 -3
View File
@@ -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() {