mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 07:22:19 +02:00
Added proper multiplication symbol
This commit is contained in:
parent
8be4450190
commit
5f3b75934b
@ -418,7 +418,7 @@ export default class SummaryUiHandler extends UiHandler {
|
||||
}
|
||||
|
||||
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);
|
||||
|
Loading…
Reference in New Issue
Block a user