From 1ad828283347cae5e22de12825018deb61e2e4b2 Mon Sep 17 00:00:00 2001 From: Sysy's Date: Tue, 31 Mar 2026 13:15:38 +0200 Subject: [PATCH] Remove rotatorButton on lvl 1 --- web/assets/js/game.js | 1 - 1 file changed, 1 deletion(-) diff --git a/web/assets/js/game.js b/web/assets/js/game.js index 3cf4650..d03c94a 100644 --- a/web/assets/js/game.js +++ b/web/assets/js/game.js @@ -108,7 +108,6 @@ const doorGroups = { }; const rotatorButtons = { - "4,6": { mirrorX: 4, mirrorY: 6 }, }; let laserDirection = { dx: 0, dy: 0 };