Revert but for real this time

This commit is contained in:
RedstonewolfX 2024-07-05 13:32:13 -04:00
parent 1b22cafee3
commit c296fcbbcd

View File

@ -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 {