merge dev into test #33

Merged
j23f0712 merged 36 commits from development into dev/test 2024-12-02 17:37:00 +01:00
20 changed files with 420 additions and 354 deletions
Showing only changes of commit b87f5de5fb - Show all commits

View File

@@ -120,7 +120,6 @@ else if(boardSelect != null) {
if(app.getView() instanceof GameView gameView){
// app.getNotificationSynchronizer().addTestNotification(new FinishNotification(Color.NAVY));
// app.getNotificationSynchronizer().addTestNotification(new MovePieceNotification());
gameView.test();
}
}
}