mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-16 17:27:41 +00:00
Hide score text after daily run ends
This commit is contained in:
parent
b3e6f26afe
commit
3b0083a07a
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user