From 716b5d7b4ffb6363931ab51a597e1650b65fd310 Mon Sep 17 00:00:00 2001 From: yukirij Date: Fri, 24 Jan 2025 17:58:34 -0800 Subject: [PATCH] Update checkmate trial. --- www/js/game_config_const.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/js/game_config_const.js b/www/js/game_config_const.js index 30234f2..23a30ad 100644 --- a/www/js/game_config_const.js +++ b/www/js/game_config_const.js @@ -438,7 +438,7 @@ const GAME_CONFIGS = { new GameConfig() .set_pieces(CONFIG_PIECES_STANDARD) - .set_pool(new Uint8Array([1, 0, 1, 0, 0, 0, 0, 7, 2, 0, 1, 2, 1, 0])) + .set_pool(new Uint8Array([7, 2, 0, 1, 2, 1, 0, 1, 0, 1, 0, 0, 0, 0])) .set_layout( new GameConfig.Layout() .add_piece(7, 1, false, new MATH.Vec2(1, 5))