summaryrefslogtreecommitdiff
path: root/bundle.js
diff options
context:
space:
mode:
Diffstat (limited to 'bundle.js')
-rw-r--r--bundle.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundle.js b/bundle.js
index 1d38c75..cb0728f 100644
--- a/bundle.js
+++ b/bundle.js
@@ -24461,7 +24461,7 @@ _mouse2.default.register({
for (i = 0; i < count; i++) {
when = Math.random() / 2000 + (i + Math.random() / 10) / (0, _util.randrange)(2, 5);
player = samplers['glass'].play(100 * (0, _util.randrange)(2, 5) / (0, _util.randrange)(2, 5) * (0, _util.randrange)(0.5, 1.5), now + when);
- player.volume.value = -i * i;
+ player.volume.value = _util.isMobile ? -(1 + i / 2) : -i * i;
}
setTimeout(function () {
_draw2.default.triangle(x, y, Math.abs(dx) + Math.abs(dy));