Add: test and practice

This commit is contained in:
2018-06-07 17:40:52 +09:00
parent 72853fe9fd
commit 63bc872ee6
19 changed files with 432 additions and 71 deletions
+7 -5
View File
@@ -16,12 +16,14 @@ class Start {
// top
let backButton = new BackButton( () => {
sessionStorageManager.playingAppName = null;
sessionStorageManager.playingAppKoreanName = null;
sessionStorageManager.record = null;
sessionStorageManager.bestRecord = null;
if(isTypingPracticeStage())
location.href = '../../web/client/menu_typing_practice.html';
else if(isTypingTestStage())
location.href = '../../web/client/menu_typing_test.html';
else
location.href = '../../web/client/menu_app.html';
location.href = '../../web/client/menu_app.html';
sessionStorageManager.resetPlayingAppData();
});
let fullscreenButton = new FullscreenButton(this.game);