mirror of
https://github.com/yuukiwww/taiko-web.git
synced 2024-10-22 17:05:49 +02:00
Shorten drum hit duration
This commit is contained in:
parent
e1b8b45d88
commit
386b8905ac
@ -874,7 +874,7 @@ class View{
|
||||
this.touchDrumDiv.style.width = drumWidth + "px"
|
||||
this.touchDrumDiv.style.height = drumHeight + "px"
|
||||
}
|
||||
if(this.touch > ms - 150){
|
||||
if(this.touch > ms - 100){
|
||||
if(!this.drumPadding){
|
||||
this.drumPadding = true
|
||||
this.touchDrumImg.style.paddingTop = "1%"
|
||||
|
Loading…
Reference in New Issue
Block a user