Commit 4d3c1c38 authored by nanahira's avatar nanahira

starting combo from 3

parent 5e7266b2
...@@ -877,7 +877,7 @@ ...@@ -877,7 +877,7 @@
var scoreMS = ms - this.currentScore.ms var scoreMS = ms - this.currentScore.ms
var comboCount = this.controller.getCombo() var comboCount = this.controller.getCombo()
if(comboCount >= 10){ if(comboCount >= 3){
var comboText = comboCount.toString().split("") var comboText = comboCount.toString().split("")
var mul = this.portrait ? 0.8 : 1 var mul = this.portrait ? 0.8 : 1
var comboX = taikoPos.x + taikoPos.w / 2 var comboX = taikoPos.x + taikoPos.w / 2
......
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