mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-27 01:39:34 +02:00
fix: adjust app version positions
This commit is contained in:
parent
2b8221395e
commit
afa6d2294c
@ -71,9 +71,9 @@ export default class TitleUiHandler extends OptionSelectUiHandler {
|
|||||||
yoyo: true,
|
yoyo: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
this.appVersionText = addTextObject(this.scene, logo.x + 64, logo.y + logo.displayHeight - 8, "", TextStyle.MONEY, { fontSize: "54px" });
|
this.appVersionText = addTextObject(this.scene, logo.x - 60, logo.y + logo.displayHeight + 4, "", TextStyle.MONEY, { fontSize: "54px" });
|
||||||
this.appVersionText.setOrigin(0.5, 0.5);
|
this.appVersionText.setOrigin(0.5, 0.5);
|
||||||
this.appVersionText.setAngle(-20);
|
this.appVersionText.setAngle(0);
|
||||||
this.titleContainer.add(this.appVersionText);
|
this.titleContainer.add(this.appVersionText);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user