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 468143d..09efd36 100644
--- a/bundle.js
+++ b/bundle.js
@@ -24446,7 +24446,7 @@ _mouse2.default.register({
_draw2.default.triangle(x, y, 400);
},
move: function move(x, y, dx, dy) {
- var count = Math.abs(dx + dy) / 40;
+ var count = Math.abs(dx + dy) / (_util.isMobile ? 5 : 40);
if (count < 1) return;
count = (0, _util.clamp)(count, 1, 10);
if (Math.abs(dx) + Math.abs(dy) > 100) {