hotfix add back message bg
This commit is contained in:
parent
d2f4c5b59c
commit
7ff4daa48d
|
@ -282,6 +282,7 @@ export default class FightUiHandler extends UiHandler {
|
||||||
|
|
||||||
clear() {
|
clear() {
|
||||||
super.clear();
|
super.clear();
|
||||||
|
const messageHandler = this.getUi().getMessageHandler();
|
||||||
this.clearMoves();
|
this.clearMoves();
|
||||||
this.typeIcon.setVisible(false);
|
this.typeIcon.setVisible(false);
|
||||||
this.ppLabel.setVisible(false);
|
this.ppLabel.setVisible(false);
|
||||||
|
@ -291,6 +292,7 @@ export default class FightUiHandler extends UiHandler {
|
||||||
this.accuracyLabel.setVisible(false);
|
this.accuracyLabel.setVisible(false);
|
||||||
this.accuracyText.setVisible(false);
|
this.accuracyText.setVisible(false);
|
||||||
this.moveCategoryIcon.setVisible(false);
|
this.moveCategoryIcon.setVisible(false);
|
||||||
|
messageHandler.bg.setVisible(true);
|
||||||
this.eraseCursor();
|
this.eraseCursor();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue