mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-04 13:49:32 +02:00
Compare commits
No commits in common. "5d4b805c13e13bfb04f71537c9df62416e013382" and "79576ad117a9674a5ab47be2306a1e67ce267e5a" have entirely different histories.
5d4b805c13
...
79576ad117
Binary file not shown.
Before Width: | Height: | Size: 289 B After Width: | Height: | Size: 290 B |
Binary file not shown.
Before Width: | Height: | Size: 292 B After Width: | Height: | Size: 283 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 - MoveInfoOverlay.getHeight() - 29,
|
y: globalScene.scaledCanvas.height / 6 - MoveInfoOverlay.getHeight() - 29,
|
||||||
});
|
});
|
||||||
|
|
||||||
this.starterSelectContainer.add([
|
this.starterSelectContainer.add([
|
||||||
|
Loading…
Reference in New Issue
Block a user