Add: test and practice
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user