Update src/ui/starter-select-ui-handler.ts

This commit is contained in:
Lugiad 2025-06-27 00:00:12 +02:00 committed by GitHub
parent 6f3fc417ba
commit b6dd6b5907
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);