Fix: apply animal sheet to game, menu
This commit is contained in:
@@ -30,7 +30,7 @@ TypingTextManager.prototype.fillLeftRightBasicKey = function() {
|
||||
var char = this.contents[i];
|
||||
// console.log(char);
|
||||
if(this.isKoreanConsonant(char)) {
|
||||
this.contents.splice(i + 1, 0, "ㅏ");
|
||||
this.contents.splice(i + 1, 0, "ㅓ");
|
||||
} else if(this.isKoreanVowel(char)) {
|
||||
this.contents.splice(i, 0, "ㄹ");
|
||||
}
|
||||
@@ -66,7 +66,7 @@ TypingTextManager.prototype.makePracticeContents = function(arr, repeatCount) {
|
||||
|
||||
TypingTextManager.prototype.makeTestContents = function(arr) {
|
||||
this.init();
|
||||
this.add(this.getShuffledArray());
|
||||
this.add(this.getShuffledArray(arr));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user