Egg Moves title text indepentent from pokemonEggMovesContainer

This commit is contained in:
Lugiad 2025-06-26 23:39:56 +02:00 committed by GitHub
parent f66f1609f4
commit 6f3fc417ba
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, i18next.t("starterSelectUiHandler:eggMoves"), TextStyle.WINDOW_ALT); const eggMovesLabel = addTextObject(-46, 0);
eggMovesLabel.setOrigin(0.5, 0); eggMovesLabel.setOrigin(0.5, 0);
this.pokemonEggMovesContainer.add(eggMovesLabel); this.pokemonEggMovesContainer.add(eggMovesLabel);