From 4a21f85a376d036b8b3edd438bba0fe845fa38c6 Mon Sep 17 00:00:00 2001 From: M1n-0 Date: Tue, 31 Mar 2026 14:36:14 +0200 Subject: [PATCH] fix others mistake --- web/assets/js/game.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/web/assets/js/game.js b/web/assets/js/game.js index 49ee375..543f53e 100644 --- a/web/assets/js/game.js +++ b/web/assets/js/game.js @@ -74,7 +74,7 @@ let levels = [ [0, 0, 0, 0, 6, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 10, 6, 6, 6, 6, 6, 0, 0, 0, 0, 0], ], - +]; /* [ [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], @@ -89,7 +89,7 @@ let levels = [ [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], ], ]; - +*/ let currentLevelIndex = 0; const initialMirrorAngles = [ @@ -836,4 +836,5 @@ function nextLevel() { createPalette(); initializeMirrorOrientations(); blockBrowserDrop(); -traceLaser(); +traceLaser(); +