Update checkmate trial.

This commit is contained in:
yukirij 2025-01-24 17:58:34 -08:00
parent 2419ccad6e
commit 716b5d7b4f

View File

@ -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))