From edea5e097209803aa080426dc7fe40ec517f1c77 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 ad03592..4624a75 100644 --- a/web/assets/js/game.js +++ b/web/assets/js/game.js @@ -109,7 +109,6 @@ const doorGroups = { }; const rotatorButtons = { - "4,6": { mirrorX: 4, mirrorY: 6 }, }; let laserDirection = { dx: 0, dy: 0 };