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