fixed rotation

This commit is contained in:
Cedric Beck
2024-12-08 20:42:57 +01:00
parent f4a224621e
commit a7850f7d43
2 changed files with 9 additions and 6 deletions

View File

@@ -85,7 +85,7 @@ public Game() {
gameStatistics = new Statistic();
initializeDrawPile();
board = new Board();
die = new Die(2,1,6,2,1,3);
die = new Die(2,1,2,2,1,3);
}
/**