mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-25 01:32:21 +02:00
Menu in pokedex page is not pushed to the left when localized options are long
This commit is contained in:
parent
81e95104f5
commit
263ea286dc
@ -506,7 +506,7 @@ export default class PokedexPageUiHandler extends MessageUiHandler {
|
||||
|
||||
this.scale = getTextStyleOptions(TextStyle.WINDOW, globalScene.uiTheme).scale;
|
||||
this.menuBg = addWindow(
|
||||
(globalScene.game.canvas.width / 6) - (this.optionSelectText.displayWidth + 25),
|
||||
(globalScene.game.canvas.width / 6 - 83),
|
||||
0,
|
||||
this.optionSelectText.displayWidth + 19 + 24 * this.scale,
|
||||
(globalScene.game.canvas.height / 6) - 2
|
||||
|
Loading…
Reference in New Issue
Block a user