summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'play.js')
-rw-r--r--play.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/play.js b/play.js
index ed3ab14..3a3c51a 100644
--- a/play.js
+++ b/play.js
@@ -1120,7 +1120,7 @@ function layout_mob(region, i, e, visible, x2) {
let [ x, y, w, h ] = LAYOUT_SUPPORT[region]
e.className = x2 ? "mob_x2" : "mob"
e.style.top = (y - 36) + "px"
- e.style.left = (x + 26 + 26 * i) + "px"
+ e.style.left = (x - 26 + 26 * i) + "px"
} else {
e.className = "hide"
}