Added proper multiplication symbol

This commit is contained in:
Lugiad 2025-06-27 15:03:24 +02:00 committed by GitHub
parent 8be4450190
commit 5f3b75934b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -418,7 +418,7 @@ export default class SummaryUiHandler extends UiHandler {
} }
this.candyCountText.setText( this.candyCountText.setText(
`x${globalScene.gameData.starterData[this.pokemon.species.getRootSpeciesId()].candyCount}`, `×${globalScene.gameData.starterData[this.pokemon.species.getRootSpeciesId()].candyCount}`,
); );
this.candyShadow.setCrop(0, 0, 16, candyCropY); this.candyShadow.setCrop(0, 0, 16, candyCropY);