Hide score text after daily run ends

This commit is contained in:
Flashfyre 2024-03-22 09:16:49 -04:00
parent b3e6f26afe
commit 3b0083a07a
1 changed files with 3 additions and 0 deletions

View File

@ -797,6 +797,9 @@ export default class BattleScene extends Phaser.Scene {
this.updateMoneyText();
this.moneyText.setVisible(false);
this.updateScoreText();
this.scoreText.setVisible(false);
this.newArena(STARTING_BIOME_OVERRIDE || Biome.TOWN, true);
this.arenaBgTransition.setPosition(0, 0);