mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 15:32:18 +02:00
Apply LUCK_VALUE TextStyle
This commit is contained in:
parent
1b25f962ac
commit
a07130c909
@ -398,7 +398,7 @@ export default class PokedexPageUiHandler extends MessageUiHandler {
|
|||||||
this.pokemonLuckLabelText.setOrigin(0, 0);
|
this.pokemonLuckLabelText.setOrigin(0, 0);
|
||||||
this.starterSelectContainer.add(this.pokemonLuckLabelText);
|
this.starterSelectContainer.add(this.pokemonLuckLabelText);
|
||||||
|
|
||||||
this.pokemonLuckText = addTextObject(8 + this.pokemonLuckLabelText.displayWidth + 2, 89, "0", TextStyle.WINDOW, {
|
this.pokemonLuckText = addTextObject(8 + this.pokemonLuckLabelText.displayWidth + 2, 89, "0", TextStyle.LUCK_VALUE, {
|
||||||
fontSize: "56px",
|
fontSize: "56px",
|
||||||
});
|
});
|
||||||
this.pokemonLuckText.setOrigin(0, 0);
|
this.pokemonLuckText.setOrigin(0, 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user