Add: total tdd
This commit is contained in:
@@ -52,7 +52,10 @@ class TypingPractice {
|
||||
|
||||
|
||||
this.keyMapper = new KeyMapper();
|
||||
new Keyboard(this.keyMapper);
|
||||
if(sessionStorageManager.playingAppName.indexOf("korean") > 0)
|
||||
new Keyboard(this.keyMapper, Keyboard.KOREAN);
|
||||
else
|
||||
new Keyboard(this.keyMapper, Keyboard.ENGLISH);
|
||||
|
||||
game.input.keyboard.processKeyPress = () => {
|
||||
self.checkTypingContents(event);
|
||||
|
||||
Reference in New Issue
Block a user