diff options
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" } |