Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/Alex' into Alex
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksanderNekr committed Jun 5, 2022
2 parents 0d83626 + e5b0211 commit 97e9022
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChessLearnProgram/ChessLearnProgram/ChessBoardForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 97e9022

Please sign in to comment.