Development #35

Merged
j23f0779 merged 22 commits from development into dev/model 2024-12-06 10:09:29 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit e337b1f888 - Show all commits

View File

@@ -104,7 +104,7 @@ public void confirm() {
} }
gameView.noConfirm(); gameView.noConfirm();
gameView.needNoPower(); gameView.noNoPower();
} }
public void selectTsk(Color color) { public void selectTsk(Color color) {

View File

@@ -38,7 +38,7 @@ public GameView(MdgaApp app) {
confirmButton = new ButtonRight(app, guiNode, () -> app.getModelSynchronize().confirm(), "Bestätigen", 1); confirmButton = new ButtonRight(app, guiNode, () -> app.getModelSynchronize().confirm(), "Bestätigen", 1);
noPowerButton = new ButtonRight(app, guiNode, () -> app.getModelSynchronize().confirm(), "Keine Powercard", 1); noPowerButton = new ButtonRight(app, guiNode, () -> app.getModelSynchronize().confirm(), "Verzichten", 1);
interruptDialog = new InterruptDialog(app, guiNode); interruptDialog = new InterruptDialog(app, guiNode);