Add: BackButton

This commit is contained in:
2018-05-07 10:29:19 +09:00
parent 6a027658fa
commit 5d95abf86e
5 changed files with 117 additions and 48 deletions
-5
View File
@@ -18,11 +18,6 @@ class ScreenBottom {
.beginFill(0xffffff, 0.1)
.drawRect(0, this.bottomAreaPositionY, game.world.width, this.BOTTOM_BAR_HEIGHT);
this.printBottomLeftText(playerName);
this.printBottomCenterText("메뉴");
this.printBottomRightText(playerName);
let textStyleInfo = textStyleBasic; //$.extend( {}, textStyleBasic);
textStyleInfo.font = "32px Arial";
textStyleInfo.align = "right";