From 01bfc86574719b3dc451e39222da14a23a073b3f Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 23 Feb 2025 11:28:14 +0100 Subject: Move mob counter to make it more visible. --- play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } -- cgit v1.2.3