mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-05-03 06:54:34 +01: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.updateMoneyText();
|
||||||
this.moneyText.setVisible(false);
|
this.moneyText.setVisible(false);
|
||||||
|
|
||||||
|
this.updateScoreText();
|
||||||
|
this.scoreText.setVisible(false);
|
||||||
|
|
||||||
this.newArena(STARTING_BIOME_OVERRIDE || Biome.TOWN, true);
|
this.newArena(STARTING_BIOME_OVERRIDE || Biome.TOWN, true);
|
||||||
|
|
||||||
this.arenaBgTransition.setPosition(0, 0);
|
this.arenaBgTransition.setPosition(0, 0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user