add popups

This commit is contained in:
2025-04-03 21:14:04 +02:00
parent a81da804f0
commit 36e04376c3
2 changed files with 18 additions and 6 deletions

View File

@@ -31,6 +31,7 @@ public class Game {
public void resetPlayerTurn() {
this.playerTurn = Color.White;
this.OnPlayerTurn.emit(playerTurn);
}
public void switchPlayerTurn() {