Development #35
@@ -130,10 +130,10 @@ public void selectCard(CardControl cardControl) {
|
|||||||
}
|
}
|
||||||
cardControl.select();
|
cardControl.select();
|
||||||
cardSelect = getKeyByValue(bonusCardControlMap, cardControl);
|
cardSelect = getKeyByValue(bonusCardControlMap, cardControl);
|
||||||
|
}
|
||||||
|
|
||||||
app.getModelSynchronize().selectCard(cardSelect);
|
app.getModelSynchronize().selectCard(cardSelect);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
public Camera getCardLayerCamera() {
|
public Camera getCardLayerCamera() {
|
||||||
return cardLayerCamera;
|
return cardLayerCamera;
|
||||||
|
|||||||
@@ -70,6 +70,7 @@ public void onLeave() {
|
|||||||
|
|
||||||
|
|
||||||
confirmButton.hide();
|
confirmButton.hide();
|
||||||
|
noPowerButton.hide();
|
||||||
|
|
||||||
app.getViewPort().removeProcessor(fpp);
|
app.getViewPort().removeProcessor(fpp);
|
||||||
}
|
}
|
||||||
@@ -124,7 +125,7 @@ public void noConfirm() {
|
|||||||
|
|
||||||
public void needNoPower() {
|
public void needNoPower() {
|
||||||
confirmButton.hide();
|
confirmButton.hide();
|
||||||
noPowerButton.hide();
|
noPowerButton.show();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void noNoPower() {
|
public void noNoPower() {
|
||||||
|
|||||||
Reference in New Issue
Block a user