diff --git a/assets/scripts/core/game-scene.js b/assets/scripts/core/game-scene.js index 06a32a59..e8daf4c2 100644 --- a/assets/scripts/core/game-scene.js +++ b/assets/scripts/core/game-scene.js @@ -5343,6 +5343,14 @@ _buildSettingsPopup() { false ); + createToggle(container, column2X, startY + (spacingY * 2), "Unlock All Levels", + () => window.unlockAllLevels, + (v) => window.unlockAllLevels = v, + null, + 25, + true, + "Unlock All Levels" + ); createToggle(container, column2X, startY + spacingY, "Practice Music Sync", () => window.practiceMusicSync, (v) => { diff --git a/index.html b/index.html index bd04cb8b..294bab0d 100644 --- a/index.html +++ b/index.html @@ -103,7 +103,7 @@ - +