diff --git a/pieces.png b/pieces.png index 01cc2f8..478f5dd 100644 Binary files a/pieces.png and b/pieces.png differ diff --git a/src/windowInterface/JPanelChessBoard.java b/src/windowInterface/JPanelChessBoard.java index e5be491..8e4f67f 100644 --- a/src/windowInterface/JPanelChessBoard.java +++ b/src/windowInterface/JPanelChessBoard.java @@ -22,8 +22,8 @@ public class JPanelChessBoard extends JPanel { private Game myGame; private MyInterface interfaceGlobal; private BufferedImage spriteSheet; - private int PIECE_WIDTH = 16; //in spritesheet - private int PIECE_HEIGHT = 16; //in spritesheet + private int PIECE_WIDTH = 64; //in spritesheet + private int PIECE_HEIGHT = 64; //in spritesheet private int MARGIN = 6; private boolean pieceSelectorMode;