Fix card select issue
This commit is contained in:
@@ -104,7 +104,7 @@ public void confirm() {
|
||||
}
|
||||
|
||||
gameView.noConfirm();
|
||||
gameView.needNoPower();
|
||||
gameView.noNoPower();
|
||||
}
|
||||
|
||||
public void selectTsk(Color color) {
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user