Development #35

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

View File

@@ -130,10 +130,10 @@ public void selectCard(CardControl cardControl) {
}
cardControl.select();
cardSelect = getKeyByValue(bonusCardControlMap, cardControl);
}
app.getModelSynchronize().selectCard(cardSelect);
}
}
public Camera getCardLayerCamera() {
return cardLayerCamera;

View File

@@ -70,6 +70,7 @@ public void onLeave() {
confirmButton.hide();
noPowerButton.hide();
app.getViewPort().removeProcessor(fpp);
}
@@ -124,7 +125,7 @@ public void noConfirm() {
public void needNoPower() {
confirmButton.hide();
noPowerButton.hide();
noPowerButton.show();
}
public void noNoPower() {