hotfix add back message bg

This commit is contained in:
Matthew Olker 2024-06-23 12:17:51 -04:00
parent d2f4c5b59c
commit 7ff4daa48d
1 changed files with 2 additions and 0 deletions

View File

@ -282,6 +282,7 @@ export default class FightUiHandler extends UiHandler {
clear() {
super.clear();
const messageHandler = this.getUi().getMessageHandler();
this.clearMoves();
this.typeIcon.setVisible(false);
this.ppLabel.setVisible(false);
@ -291,6 +292,7 @@ export default class FightUiHandler extends UiHandler {
this.accuracyLabel.setVisible(false);
this.accuracyText.setVisible(false);
this.moveCategoryIcon.setVisible(false);
messageHandler.bg.setVisible(true);
this.eraseCursor();
}