Commit 386b8905 authored by LoveEevee's avatar LoveEevee

Shorten drum hit duration

parent e1b8b45d
...@@ -874,7 +874,7 @@ class View{ ...@@ -874,7 +874,7 @@ class View{
this.touchDrumDiv.style.width = drumWidth + "px" this.touchDrumDiv.style.width = drumWidth + "px"
this.touchDrumDiv.style.height = drumHeight + "px" this.touchDrumDiv.style.height = drumHeight + "px"
} }
if(this.touch > ms - 150){ if(this.touch > ms - 100){
if(!this.drumPadding){ if(!this.drumPadding){
this.drumPadding = true this.drumPadding = true
this.touchDrumImg.style.paddingTop = "1%" this.touchDrumImg.style.paddingTop = "1%"
......
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