mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-27 10:42:25 +02:00
New Line for Personal Best
This commit is contained in:
parent
71156faa6a
commit
1cda0179b4
@ -382,7 +382,7 @@ export default class RunInfoUiHandler extends UiHandler {
|
|||||||
case GameModes.SPLICED_ENDLESS:
|
case GameModes.SPLICED_ENDLESS:
|
||||||
modeText.appendText(`${i18next.t("gameMode:endlessSpliced")}`, false);
|
modeText.appendText(`${i18next.t("gameMode:endlessSpliced")}`, false);
|
||||||
if (this.runInfo.waveIndex === this.scene.gameData.gameStats.highestEndlessWave) {
|
if (this.runInfo.waveIndex === this.scene.gameData.gameStats.highestEndlessWave) {
|
||||||
modeText.appendText(` [${i18next.t("runHistory:personalBest")}]`, false);
|
modeText.appendText(` [${i18next.t("runHistory:personalBest")}]`, true);
|
||||||
modeText.setTint(0xffef5c, 0x47ff69, 0x6b6bff, 0xff6969);
|
modeText.setTint(0xffef5c, 0x47ff69, 0x6b6bff, 0xff6969);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user