merge the new developmentbranch into the test branch #39

Closed
j23f0712 wants to merge 431 commits from development2 into dev/test
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.needNoPower();
gameView.noNoPower();
}
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);
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);