Add: menu typing practice

This commit is contained in:
2018-06-02 16:55:05 +09:00
parent 7341be330f
commit b91986393b
4 changed files with 116 additions and 3 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ class MenuApp {
if(typingAppCount > 0) {
new AppButton(game.world.width / 2, 500, AppButton.TYPE_TYPING, "icon_fullscreen",
() => {
location.href = '../../web/client/menu_typing_app.html';
location.href = '../../web/client/menu_typing_practice.html';
}
);
}