contoller

This commit is contained in:
Janet-Doe
2025-03-31 11:21:27 +02:00
parent d60e66fd09
commit 747bc62596
22 changed files with 185 additions and 57 deletions

View File

@@ -7,7 +7,7 @@ import chess.model.pieces.*;
public class PieceFileName implements PieceVisitor {
private String pieceName;
private static final String BASE = "app/src/main/ressources/pieces2D/";
private static final String BASE = "app/src/main/resources/pieces2D/";
PieceFileName(Piece piece) {
visit(piece);