Update pools for check guides.
This commit is contained in:
parent
8377731fd6
commit
f3a1ceea1c
@ -340,7 +340,7 @@ const GAME_CONFIGS = {
|
||||
),
|
||||
Guide_Check2: new GameConfig()
|
||||
.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(
|
||||
new GameConfig.Layout()
|
||||
.add_piece(7, 0, false, new MATH.Vec2(4, 0))
|
||||
@ -352,7 +352,7 @@ const GAME_CONFIGS = {
|
||||
),
|
||||
Guide_Check3: new GameConfig()
|
||||
.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(
|
||||
new GameConfig.Layout()
|
||||
.add_piece(7, 0, false, new MATH.Vec2(4, 2))
|
||||
|
Loading…
x
Reference in New Issue
Block a user