Commit 3189664a authored by 18신대성's avatar 18신대성

시즌 2호 머지

parent 1fad648a
...@@ -339,7 +339,7 @@ Input.pushInput = function(inputKey) ...@@ -339,7 +339,7 @@ Input.pushInput = function(inputKey)
} }
else output = inputKey.charCodeAt(0); else output = inputKey.charCodeAt(0);
Input.input.push(output); Input.input.push(output);
console.log(Input.input); console.log(Input.input );
Input.convert(); Input.convert();
Input.inputField.text.setText(Input.convInput); Input.inputField.text.setText(Input.convInput);
this.pressCount++; this.pressCount++;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment