mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-01 12:19:29 +02:00
Compare commits
2 Commits
11baa03577
...
852790e6ee
Author | SHA1 | Date | |
---|---|---|---|
|
852790e6ee | ||
|
5d4b805c13 |
@ -1053,7 +1053,7 @@ export class StarterSelectUiHandler extends MessageUiHandler {
|
||||
this.moveInfoOverlay = new MoveInfoOverlay({
|
||||
top: true,
|
||||
x: 1,
|
||||
y: globalScene.scaledCanvas.height / 6 - MoveInfoOverlay.getHeight() - 29,
|
||||
y: globalScene.scaledCanvas.height - MoveInfoOverlay.getHeight() - 29,
|
||||
});
|
||||
|
||||
this.starterSelectContainer.add([
|
||||
|
Loading…
Reference in New Issue
Block a user