mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-06 15:39:27 +02:00
Update title-ui-handler.ts
Co-authored-by: Wlowscha <54003515+Wlowscha@users.noreply.github.com>
This commit is contained in:
parent
3c44ce5ad0
commit
92c42694cd
@ -42,7 +42,7 @@ export class TitleUiHandler extends OptionSelectUiHandler {
|
||||
this.titleContainer.setAlpha(0);
|
||||
ui.add(this.titleContainer);
|
||||
|
||||
const logo = globalScene.add.image(globalScene.game.canvas.width / 6 / 2, 8, this.getLogo());
|
||||
const logo = globalScene.add.image(globalScene.scaledCanvas.width / 2, 8, this.getLogo());
|
||||
logo.setOrigin(0.5, 0);
|
||||
this.titleContainer.add(logo);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user