Update pools for check guides.

This commit is contained in:
yukirij 2024-12-19 22:28:57 -08:00
parent 8377731fd6
commit f3a1ceea1c

View File

@ -340,7 +340,7 @@ const GAME_CONFIGS = {
), ),
Guide_Check2: new GameConfig() Guide_Check2: new GameConfig()
.set_pieces(CONFIG_PIECES_STANDARD) .set_pieces(CONFIG_PIECES_STANDARD)
.set_pool(CONFIG_POOL_DEMO) .set_pool(new Uint8Array([1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]))
.set_layout( .set_layout(
new GameConfig.Layout() new GameConfig.Layout()
.add_piece(7, 0, false, new MATH.Vec2(4, 0)) .add_piece(7, 0, false, new MATH.Vec2(4, 0))
@ -352,7 +352,7 @@ const GAME_CONFIGS = {
), ),
Guide_Check3: new GameConfig() Guide_Check3: new GameConfig()
.set_pieces(CONFIG_PIECES_STANDARD) .set_pieces(CONFIG_PIECES_STANDARD)
.set_pool(CONFIG_POOL_DEMO) .set_pool(new Uint8Array([1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]))
.set_layout( .set_layout(
new GameConfig.Layout() new GameConfig.Layout()
.add_piece(7, 0, false, new MATH.Vec2(4, 2)) .add_piece(7, 0, false, new MATH.Vec2(4, 2))