dont pop taps, but shift
This commit is contained in:
parent
2897b71c44
commit
51411883f4
1 changed files with 1 additions and 1 deletions
|
|
@ -527,7 +527,7 @@ function play(delta) {
|
|||
} else {
|
||||
attack('push', len)
|
||||
}
|
||||
player.taps.pop()
|
||||
player.taps.shift()
|
||||
} else {
|
||||
// taps longer than 100ms count as tapping
|
||||
if ((_now - tap.start) > 500) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue