mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-18 22:32:32 +02:00
Update title-ui-handler.ts changed battles won fallback number to -1
This commit is contained in:
parent
19af635b6e
commit
b033bc32b4
@ -14,7 +14,7 @@ import { PlayerGender } from "#enums/player-gender";
|
||||
|
||||
export default class TitleUiHandler extends OptionSelectUiHandler {
|
||||
/** If the stats can not be retrieved, use this fallback value */
|
||||
private static readonly BATTLES_WON_FALLBACK: number = -99999999;
|
||||
private static readonly BATTLES_WON_FALLBACK: number = -1;
|
||||
|
||||
private titleContainer: Phaser.GameObjects.Container;
|
||||
private playerCountLabel: Phaser.GameObjects.Text;
|
||||
|
Loading…
Reference in New Issue
Block a user