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
54a1b1d921
commit
79e7925421
@ -115,7 +115,7 @@ export default class BallUiHandler extends UiHandler {
|
||||
updateCounts() {
|
||||
this.countsText.setText(
|
||||
Object.values(globalScene.pokeballCounts)
|
||||
.map(c => `x${c}`)
|
||||
.map(c => `×${c}`)
|
||||
.join("\n"),
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user