summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/index.js b/client/index.js
index 8f579aa..2ff739d 100644
--- a/client/index.js
+++ b/client/index.js
@@ -79,7 +79,7 @@ mouse.register({
100 * randrange(2,5) / randrange(2,5) * randrange(0.5,1.5),
now + when
)
- player.volume.value = -i*i
+ player.volume.value = isMobile ? -(1+i/2) : -i*i
}
setTimeout( () => {
draw.triangle(x, y, Math.abs(dx) + Math.abs(dy))