Add: BigMole, KeyboardMole
This commit is contained in:
@@ -29,8 +29,7 @@ var Loading = {
|
||||
startLoading: function() {
|
||||
game.load.image('icon_fullscreen', '../../../resources/image/icon/fullscreen_white.png');
|
||||
|
||||
// Hand.loadResources();
|
||||
// Animal.loadResources();
|
||||
game.load.image('mole', '../../../resources/image/character/mole.png');
|
||||
|
||||
|
||||
// game.load.image('hand_left', '../../../resources/image/ui/hand_left.png');
|
||||
@@ -82,11 +81,11 @@ var Loading = {
|
||||
// this.preloadBar.alpha = 1;
|
||||
|
||||
if(isDebugMode()) {
|
||||
this.state.start('TypingPractice');
|
||||
this.state.start('WhacAMole');
|
||||
return;
|
||||
}
|
||||
|
||||
this.state.start('TypingPractice');
|
||||
this.state.start('WhacAMole');
|
||||
// this.startMenu();
|
||||
// this.startTypingTestStage();
|
||||
// this.startTypingTestResult();
|
||||
|
||||
Reference in New Issue
Block a user