mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-26 17:29:30 +02:00
Revert but for real this time
This commit is contained in:
parent
1b22cafee3
commit
c296fcbbcd
@ -442,7 +442,6 @@ export default class BattleInfo extends Phaser.GameObjects.Container {
|
|||||||
ease: "Sine.easeInOut",
|
ease: "Sine.easeInOut",
|
||||||
alpha: visible ? 1 : 0
|
alpha: visible ? 1 : 0
|
||||||
});
|
});
|
||||||
(this.scene as BattleScene).trainerBar.toggleFlyout(visible);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
updateBossSegments(pokemon: EnemyPokemon): void {
|
updateBossSegments(pokemon: EnemyPokemon): void {
|
||||||
|
Loading…
Reference in New Issue
Block a user