diff --git a/www/js/game_config_const.js b/www/js/game_config_const.js index c3bf671..2ba282b 100644 --- a/www/js/game_config_const.js +++ b/www/js/game_config_const.js @@ -340,7 +340,7 @@ const GAME_CONFIGS = { Guide_Check2: new GameConfig() .set_pieces(CONFIG_PIECES_STANDARD) - .set_pool(new Uint8Array([1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0])) + .set_pool(new Uint8Array([1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0])) .set_layout( new GameConfig.Layout() .add_piece(7, 0, false, new MATH.Vec2(4, 0)) @@ -353,7 +353,7 @@ const GAME_CONFIGS = { Guide_Check3: new GameConfig() .set_pieces(CONFIG_PIECES_STANDARD) - .set_pool(new Uint8Array([1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0])) + .set_pool(new Uint8Array([1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0])) .set_layout( new GameConfig.Layout() .add_piece(7, 0, false, new MATH.Vec2(4, 2))