mirror of
https://github.com/lov3b/Schack.git
synced 2025-12-14 08:10:08 +01:00
We did the clear thing
This commit is contained in:
@@ -9,7 +9,7 @@ public class Queen extends Piece {
|
||||
public Queen(boolean isWhite, Point point) throws IOException {
|
||||
super(isWhite, point);
|
||||
setPieceIcon("Queen");
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public LinkedHashSet<Point> validMoves(Piece[][] pieces) {
|
||||
|
||||
Reference in New Issue
Block a user