dont pop taps, but shift

This commit is contained in:
Zutatensuppe 2021-07-18 17:53:05 +02:00
parent 2897b71c44
commit 51411883f4

View file

@ -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) {