mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-31 13:17:21 +00:00
Fix Money Typo (#1234)
This commit is contained in:
parent
b66a68a37b
commit
460e94725b
@ -1199,7 +1199,7 @@ export default class BattleScene extends SceneBase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
updateMoneyText(): void {
|
updateMoneyText(): void {
|
||||||
this.moneyText.setText(`₽${Utils.formatLargeNumber(this.money, 100)}`);
|
this.moneyText.setText(`₽${Utils.formatLargeNumber(this.money, 1000)}`);
|
||||||
this.moneyText.setVisible(true);
|
this.moneyText.setVisible(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user