From 3a6bd21b59241746de241081abb7af80b9513e7a Mon Sep 17 00:00:00 2001 From: Sysy's Date: Tue, 31 Mar 2026 16:12:57 +0200 Subject: [PATCH] Update glass counts --- web/assets/js/game.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/assets/js/game.js b/web/assets/js/game.js index 98ef1c7..4732bca 100644 --- a/web/assets/js/game.js +++ b/web/assets/js/game.js @@ -41,7 +41,7 @@ const glassOptions = [ [ { color: laserColors.red, maxAmount: 1, currentAmount: 1 }, { color: laserColors.blue, maxAmount: 1, currentAmount: 1 }, - { color: laserColors.yellow, maxAmount: 1, currentAmount: 1 }, + { color: laserColors.yellow, maxAmount: 0, currentAmount: 0 }, ], [ { color: laserColors.red, maxAmount: 1, currentAmount: 1 }, @@ -49,9 +49,9 @@ const glassOptions = [ { color: laserColors.yellow, maxAmount: 1, currentAmount: 1 }, ], [ - { color: laserColors.red, maxAmount: 2, currentAmount: 2 }, + { color: laserColors.red, maxAmount: 1, currentAmount: 1 }, { color: laserColors.blue, maxAmount: 2, currentAmount:2}, - { color: laserColors.yellow, maxAmount: 2, currentAmount: 2 }, + { color: laserColors.yellow, maxAmount: 1, currentAmount: 1 }, ], [ { color: laserColors.red, maxAmount: 2, currentAmount: 2 },