mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-29 10:49:29 +02:00
Compare commits
3 Commits
c7d4562bea
...
e9da3bd12c
Author | SHA1 | Date | |
---|---|---|---|
|
e9da3bd12c | ||
|
5d4b805c13 | ||
|
e862334819 |
Binary file not shown.
Before Width: | Height: | Size: 290 B After Width: | Height: | Size: 289 B |
Binary file not shown.
Before Width: | Height: | Size: 283 B After Width: | Height: | Size: 292 B |
@ -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