Fix: Experience player maestro ID Account Type = 100
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user