Version 1.0 #40

Merged
j23f0779 merged 947 commits from development2 into main 2024-12-13 10:26:49 +01:00
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){ if(app.getView() instanceof GameView gameView){
// app.getNotificationSynchronizer().addTestNotification(new FinishNotification(Color.NAVY)); // app.getNotificationSynchronizer().addTestNotification(new FinishNotification(Color.NAVY));
// app.getNotificationSynchronizer().addTestNotification(new MovePieceNotification()); // app.getNotificationSynchronizer().addTestNotification(new MovePieceNotification());
gameView.test();
} }
} }
} }