Commit 150bcf6c authored by 18신대성's avatar 18신대성 Committed by 18류지석

6글자로 만듬

parent 475a5d19
......@@ -7,7 +7,7 @@ Input.isShifted = false;
Input.isEntered = false;
Input.pressCount = 0;
Input.justPressed = '';
Input.maxInput = 5;
Input.maxInput = 6;
Input.attackMode = false;
Input.attackOption = null;
......@@ -93,7 +93,7 @@ Input.convert = function()
if (this.input[i] >= ''.charCodeAt(0)) vowels.push(krInput.length - 1); // 모음일 경우
}
}
if (vowels.length > 5) return false;
if (vowels.length > 6) return false;
//console.log(vowels);
//console.log(krInput);
......
......@@ -382,7 +382,7 @@ WordSpace.attack = function(wordText, grade)
{
WordSpace.attackGauge.cutValue(0.3);
}
Input.maxInput = 5;
Input.maxInput = 6;
Input.attackMode = false;
WordSpace.attackGauge.pauseCycle(false);
}
\ No newline at end of file
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