Update check guide.

This commit is contained in:
yukirij 2025-01-24 18:26:21 -08:00
parent d6609762d9
commit 48a201f748

View File

@ -438,7 +438,7 @@ const GAME_CONFIGS = {
new GameConfig() new GameConfig()
.set_pieces(CONFIG_PIECES_STANDARD) .set_pieces(CONFIG_PIECES_STANDARD)
.set_pool(new Uint8Array([7, 1, 0, 1, 2, 1, 1, 1, 0, 1, 0, 0, 0, 0])) .set_pool(new Uint8Array([7, 2, 0, 1, 2, 1, 0, 1, 0, 1, 0, 0, 0, 0]))
.set_layout( .set_layout(
new GameConfig.Layout() new GameConfig.Layout()
.add_piece(7, 1, false, new MATH.Vec2(1, 5)) .add_piece(7, 1, false, new MATH.Vec2(1, 5))
@ -467,7 +467,7 @@ const GAME_CONFIGS = {
.add_piece(0, 0, true, new MATH.Vec2(3, 7)) .add_piece(0, 0, true, new MATH.Vec2(3, 7))
.add_piece(5, 0, true, new MATH.Vec2(4, 6)) .add_piece(5, 0, true, new MATH.Vec2(4, 6))
.add_piece(1, 0, true, new MATH.Vec2(5, 8)) .add_piece(6, 0, true, new MATH.Vec2(5, 8))
) )
.set_rule("cpu", true), .set_rule("cpu", true),
], ],