mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-29 10:49:29 +02:00
Compare commits
2 Commits
79576ad117
...
5d4b805c13
Author | SHA1 | Date | |
---|---|---|---|
|
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({
|
this.moveInfoOverlay = new MoveInfoOverlay({
|
||||||
top: true,
|
top: true,
|
||||||
x: 1,
|
x: 1,
|
||||||
y: globalScene.scaledCanvas.height / 6 - MoveInfoOverlay.getHeight() - 29,
|
y: globalScene.scaledCanvas.height - MoveInfoOverlay.getHeight() - 29,
|
||||||
});
|
});
|
||||||
|
|
||||||
this.starterSelectContainer.add([
|
this.starterSelectContainer.add([
|
||||||
|
Loading…
Reference in New Issue
Block a user