Swap tower and castle positions.
This commit is contained in:
parent
792a621202
commit
08a684b777
@ -25,8 +25,8 @@ GAME.Board = class {
|
|||||||
{ piece:GAME.Const.PieceId.Militia, hex:new MATH.Vec2(7, 4) },
|
{ piece:GAME.Const.PieceId.Militia, hex:new MATH.Vec2(7, 4) },
|
||||||
{ piece:GAME.Const.PieceId.Militia, hex:new MATH.Vec2(8, 5) },
|
{ piece:GAME.Const.PieceId.Militia, hex:new MATH.Vec2(8, 5) },
|
||||||
|
|
||||||
{ piece:GAME.Const.PieceId.Tower, hex:new MATH.Vec2(0, 0) },
|
{ piece:GAME.Const.PieceId.Castle, hex:new MATH.Vec2(0, 0) },
|
||||||
{ piece:GAME.Const.PieceId.Tower, hex:new MATH.Vec2(8, 4) },
|
{ piece:GAME.Const.PieceId.Castle, hex:new MATH.Vec2(8, 4) },
|
||||||
|
|
||||||
{ piece:GAME.Const.PieceId.Knight, hex:new MATH.Vec2(1, 0) },
|
{ piece:GAME.Const.PieceId.Knight, hex:new MATH.Vec2(1, 0) },
|
||||||
{ piece:GAME.Const.PieceId.Knight, hex:new MATH.Vec2(7, 3) },
|
{ piece:GAME.Const.PieceId.Knight, hex:new MATH.Vec2(7, 3) },
|
||||||
@ -34,8 +34,8 @@ GAME.Board = class {
|
|||||||
{ piece:GAME.Const.PieceId.Lance, hex:new MATH.Vec2(2, 0) },
|
{ piece:GAME.Const.PieceId.Lance, hex:new MATH.Vec2(2, 0) },
|
||||||
{ piece:GAME.Const.PieceId.Lance, hex:new MATH.Vec2(6, 2) },
|
{ piece:GAME.Const.PieceId.Lance, hex:new MATH.Vec2(6, 2) },
|
||||||
|
|
||||||
{ piece:GAME.Const.PieceId.Castle, hex:new MATH.Vec2(3, 0) },
|
{ piece:GAME.Const.PieceId.Tower, hex:new MATH.Vec2(3, 0) },
|
||||||
{ piece:GAME.Const.PieceId.Castle, hex:new MATH.Vec2(5, 1) },
|
{ piece:GAME.Const.PieceId.Tower, hex:new MATH.Vec2(5, 1) },
|
||||||
|
|
||||||
{ piece:GAME.Const.PieceId.Dragon, hex:new MATH.Vec2(4, 2) },
|
{ piece:GAME.Const.PieceId.Dragon, hex:new MATH.Vec2(4, 2) },
|
||||||
{ piece:GAME.Const.PieceId.Behemoth, hex:new MATH.Vec2(4, 1) },
|
{ piece:GAME.Const.PieceId.Behemoth, hex:new MATH.Vec2(4, 1) },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user