Add: keyboard icon
This commit is contained in:
@@ -12,6 +12,7 @@ MainMenu.prototype.preload = function() {
|
||||
game.load.image('mouse', '../../../resources/image/icon/mouse.png');
|
||||
|
||||
Animal.loadResources();
|
||||
TypingAppButton.loadResources();
|
||||
|
||||
game.load.script('webfont', '//ajax.googleapis.com/ajax/libs/webfont/1.4.7/webfont.js');
|
||||
}
|
||||
@@ -70,8 +71,8 @@ MainMenu.prototype.create = function() {
|
||||
this.playAppButtons = new Array();
|
||||
this.makePlayAppButtons();
|
||||
|
||||
// this.selectedAppGroup = MainMenu.APP_GROUP_TYPING_PRACTICE;
|
||||
this.selectedAppGroup = MainMenu.APP_GROUP_TYPING_PLAY;
|
||||
this.selectedAppGroup = MainMenu.APP_GROUP_TYPING_PRACTICE;
|
||||
// this.selectedAppGroup = MainMenu.APP_GROUP_TYPING_PLAY;
|
||||
this.selectedLanguage = MainMenu.LANGUAGE_KOREAN;
|
||||
// this.animalRecordList.printScore(Animal.TYPE_PRACTICE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user