piece
This commit is contained in:
parent
8cd5e5adfc
commit
4a123b0312
|
|
@ -134,6 +134,7 @@ public class Board {
|
|||
return x == selectedX && y == selectedY;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* saving-loading feature :*/
|
||||
|
||||
|
|
|
|||
|
|
@ -28,5 +28,4 @@ public class Piece {
|
|||
public boolean isWhite() {
|
||||
return isWhite;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue