Add: make letter list

This commit is contained in:
2018-10-04 23:03:25 +09:00
parent 72c8b9e1f4
commit b822762429
2 changed files with 43 additions and 2 deletions
@@ -34,3 +34,9 @@ TypingTextManager.prototype.makeTestContents = function(arr) {
this.init();
this.add(this.getShuffledArray(arr));
}
TypingTextManager.shuffledArray = function(arr) {
return Phaser.ArrayUtils.shuffle(arr);
}