mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 15:32:18 +02:00
Added proper multiplication symbol
This commit is contained in:
parent
54a1b1d921
commit
79e7925421
@ -115,7 +115,7 @@ export default class BallUiHandler extends UiHandler {
|
|||||||
updateCounts() {
|
updateCounts() {
|
||||||
this.countsText.setText(
|
this.countsText.setText(
|
||||||
Object.values(globalScene.pokeballCounts)
|
Object.values(globalScene.pokeballCounts)
|
||||||
.map(c => `x${c}`)
|
.map(c => `×${c}`)
|
||||||
.join("\n"),
|
.join("\n"),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user