Add backward move to lance.

This commit is contained in:
yukirij 2024-08-31 00:22:23 -07:00
parent 52c8735e27
commit 779729eead

View File

@ -697,6 +697,7 @@ GAME.Const = {
new GAME.PieceMovement() new GAME.PieceMovement()
.add_stride(0) .add_stride(0)
.add(1) .add(1)
.add(3)
.add(5), .add(5),
new GAME.PieceMovement() new GAME.PieceMovement()
.add(0) .add(0)