Update src/ui/pokemon-info-container.ts
This commit is contained in:
parent
884d4434b9
commit
c31d849f5a
|
@ -261,7 +261,6 @@ export default class PokemonInfoContainer extends Phaser.GameObjects.Container {
|
||||||
this.pokemonFormText.disableInteractive();
|
this.pokemonFormText.disableInteractive();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
this.pokemonFormLabelText.setVisible(false);
|
this.pokemonFormLabelText.setVisible(false);
|
||||||
this.pokemonFormText.setVisible(false);
|
this.pokemonFormText.setVisible(false);
|
||||||
|
|
Loading…
Reference in New Issue