mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-05 16:02:20 +02:00
fix missing similicon battle-message-ui-handler.ts
This commit is contained in:
parent
4a5292c784
commit
4ca7c89436
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user