Add: BigMole, KeyboardMole

This commit is contained in:
2018-10-05 15:32:34 +09:00
parent 88fb1552ba
commit de26c72441
11 changed files with 193 additions and 317 deletions
+2 -2
View File
@@ -93,9 +93,9 @@ var TypingPractice = {
this.keyMapper = new KeyMapper();
this.keyboard = null;
if(sessionStorageManager.getPlayingAppName().indexOf("korean") > 0)
this.keyboard = new Keyboard(this.keyMapper, Keyboard.KOREAN);
this.keyboard = new Keyboard(this.keyMapper, Keyboard.KOREAN, Keyboard.NO_OFFSET_POS_Y);
else
this.keyboard = new Keyboard(this.keyMapper, Keyboard.ENGLISH);
this.keyboard = new Keyboard(this.keyMapper, Keyboard.ENGLISH, Keyboard.NO_OFFSET_POS_Y);
game.input.keyboard.processKeyPress = (function() {
if(self.isOnStage === false)