Update checkmate trial.

This commit is contained in:
yukirij 2025-02-07 15:56:06 -08:00
parent 1d3464c5d0
commit 3560139587

View File

@ -392,7 +392,7 @@ const GAME_CONFIGS = {
Guide_Trial: [
new GameConfig()
.set_pieces(CONFIG_PIECES_STANDARD)
.set_pool(CONFIG_POOL_NONE)
.set_pool(new Uint8Array([1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0]))
.set_layout(
new GameConfig.Layout()
.add_piece(7, 1, false, new MATH.Vec2(4, 8))