mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 08:22:16 +02:00
fix battle-message-ui-handler.ts formatting
This commit is contained in:
parent
31ee198393
commit
4a5292c784
@ -29,7 +29,7 @@ export default class BattleMessageUiHandler extends MessageUiHandler {
|
|||||||
this.textCallbackTimer = null;
|
this.textCallbackTimer = null;
|
||||||
|
|
||||||
const bg = this.scene.add.sprite(0, 0, 'bg', this.scene.windowType);
|
const bg = this.scene.add.sprite(0, 0, 'bg', this.scene.windowType);
|
||||||
bg.setOrigin(0, 1);
|
bg.setOrigin(0, 1)
|
||||||
ui.add(bg);
|
ui.add(bg);
|
||||||
|
|
||||||
this.bg = bg;
|
this.bg = bg;
|
||||||
|
Loading…
Reference in New Issue
Block a user