diff --git a/ChessLearnProgram/ChessLearnProgram/ChessBoardForm.cs b/ChessLearnProgram/ChessLearnProgram/ChessBoardForm.cs index e83eff9..eee1789 100644 --- a/ChessLearnProgram/ChessLearnProgram/ChessBoardForm.cs +++ b/ChessLearnProgram/ChessLearnProgram/ChessBoardForm.cs @@ -943,7 +943,7 @@ private void ValidRookMove_Click(object sender, EventArgs e) private void LoadBishopPracticeScene() { var whiteBishop = new Bishop(new Coordinate(4, 7), "White"); - var whiteBishop1 = new Bishop(new Coordinate(4, 2), "White"); + var whiteBishop1 = new Bishop(new Coordinate(5, 1), "White"); whiteBishop.Click += this.Bishop_Click; whiteBishop1.Click += this.Bishop_Click; var whiteRook = new Rook(new Coordinate(0, 5), "White"); diff --git a/ChessLearnProgram/ChessLearnProgram/bin/Debug/ChessLearnProgram.exe b/ChessLearnProgram/ChessLearnProgram/bin/Debug/ChessLearnProgram.exe index 81707e0..6ceb9a5 100644 Binary files a/ChessLearnProgram/ChessLearnProgram/bin/Debug/ChessLearnProgram.exe and b/ChessLearnProgram/ChessLearnProgram/bin/Debug/ChessLearnProgram.exe differ diff --git a/ChessLearnProgram/ChessLearnProgram/bin/Debug/ChessLearnProgram.pdb b/ChessLearnProgram/ChessLearnProgram/bin/Debug/ChessLearnProgram.pdb index 01c0595..cbd07cb 100644 Binary files a/ChessLearnProgram/ChessLearnProgram/bin/Debug/ChessLearnProgram.pdb and b/ChessLearnProgram/ChessLearnProgram/bin/Debug/ChessLearnProgram.pdb differ diff --git a/ChessLearnProgram/ChessLearnProgram/obj/Debug/ChessLearnProgram.exe b/ChessLearnProgram/ChessLearnProgram/obj/Debug/ChessLearnProgram.exe index 81707e0..6ceb9a5 100644 Binary files a/ChessLearnProgram/ChessLearnProgram/obj/Debug/ChessLearnProgram.exe and b/ChessLearnProgram/ChessLearnProgram/obj/Debug/ChessLearnProgram.exe differ diff --git a/ChessLearnProgram/ChessLearnProgram/obj/Debug/ChessLearnProgram.pdb b/ChessLearnProgram/ChessLearnProgram/obj/Debug/ChessLearnProgram.pdb index 01c0595..cbd07cb 100644 Binary files a/ChessLearnProgram/ChessLearnProgram/obj/Debug/ChessLearnProgram.pdb and b/ChessLearnProgram/ChessLearnProgram/obj/Debug/ChessLearnProgram.pdb differ