Update check guide.
This commit is contained in:
parent
43b2281508
commit
e8c25c8996
@ -340,7 +340,7 @@ const GAME_CONFIGS = {
|
||||
|
||||
Guide_Check2: new GameConfig()
|
||||
.set_pieces(CONFIG_PIECES_STANDARD)
|
||||
.set_pool(new Uint8Array([1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]))
|
||||
.set_pool(new Uint8Array([1, 0, 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))
|
||||
@ -353,7 +353,7 @@ const GAME_CONFIGS = {
|
||||
|
||||
Guide_Check3: new GameConfig()
|
||||
.set_pieces(CONFIG_PIECES_STANDARD)
|
||||
.set_pool(new Uint8Array([1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]))
|
||||
.set_pool(new Uint8Array([1, 0, 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