Add: start (page)
This commit is contained in:
@@ -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();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user