From 51e6676f2e43421002b5ced54176d3be6bb2187f Mon Sep 17 00:00:00 2001 From: BaritoniumGMD Date: Sat, 5 Sep 2026 23:12:34 -0500 Subject: [PATCH] fixed the overlap sowwy rohanie --- assets/scripts/core/game-scene.js | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/scripts/core/game-scene.js b/assets/scripts/core/game-scene.js index ca854cd0..74651c8a 100644 --- a/assets/scripts/core/game-scene.js +++ b/assets/scripts/core/game-scene.js @@ -5346,7 +5346,7 @@ _buildSettingsPopup() { false ); - createToggle(container, column2X, startY, "Unlock All Levels", + createToggle(container, column2X, startY + (spacingY * 2), "Unlock All Levels", () => window.unlockAllLevels, (v) => window.unlockAllLevels = v, null, diff --git a/index.html b/index.html index 7c54307b..089f91c6 100644 --- a/index.html +++ b/index.html @@ -45,7 +45,7 @@ - +