fix battle-message-ui-handler.ts formatting

This commit is contained in:
Mistmemo 2024-04-30 23:00:51 +02:00 committed by GitHub
parent 31ee198393
commit 4a5292c784
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@ export default class BattleMessageUiHandler extends MessageUiHandler {
this.textCallbackTimer = null;
const bg = this.scene.add.sprite(0, 0, 'bg', this.scene.windowType);
bg.setOrigin(0, 1);
bg.setOrigin(0, 1)
ui.add(bg);
this.bg = bg;