mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 15:32:18 +02:00
Update src/ui/starter-select-ui-handler.ts
This commit is contained in:
parent
6f3fc417ba
commit
b6dd6b5907
@ -976,7 +976,7 @@ export default class StarterSelectUiHandler extends MessageUiHandler {
|
|||||||
this.pokemonEggMovesContainer = globalScene.add.container(102, 85);
|
this.pokemonEggMovesContainer = globalScene.add.container(102, 85);
|
||||||
this.pokemonEggMovesContainer.setScale(0.375);
|
this.pokemonEggMovesContainer.setScale(0.375);
|
||||||
|
|
||||||
const eggMovesLabel = addTextObject(-46, 0);
|
const eggMovesLabel = addTextObject(-46, 0, "");
|
||||||
eggMovesLabel.setOrigin(0.5, 0);
|
eggMovesLabel.setOrigin(0.5, 0);
|
||||||
|
|
||||||
this.pokemonEggMovesContainer.add(eggMovesLabel);
|
this.pokemonEggMovesContainer.add(eggMovesLabel);
|
||||||
|
Loading…
Reference in New Issue
Block a user