Add: card matching - basic immigration

This commit is contained in:
2018-10-25 08:57:26 +09:00
parent 8894b5a8e8
commit 81a96a9739
53 changed files with 972 additions and 1 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ var Login = {
makeMaestroNameText: function(x, y) {
this.makeTextField(x, y, "마에스트로 계정 :");
this.inputTextMaestroName = this.makeInputTypeText(x, y, "jisangs");
this.inputTextMaestroName = this.makeInputTypeText(x, y, "삼화초");
},
makeNameText: function(x, y) {