Add: start (page)

This commit is contained in:
2018-05-09 07:19:03 +09:00
parent 5cecf98858
commit 024e114077
6 changed files with 135 additions and 16 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ let MenuApp = {
// app icons
let space_invaders = new AppButton(AppButton.TYPE_MOUSE, "icon_fullscreen",
() => {
console.log("space invaders");
location.href = '../../web/client/start.html';
}
);
space_invaders.move(400, 400);
@@ -42,7 +42,7 @@ let MenuApp = {
screenBottom.makeBottomLine();
// screenBottom.printBottomLeftText("게임 진행 정보");
screenBottom.printBottomCenterText("메뉴");
screenBottom.printBottomRightText(playerName);
screenBottom.printBottomRightText(sessionPlayerName);
// this.loadTypingStageData();
},