Make battle flyout editable externally

This commit is contained in:
RedstonewolfX 2024-07-08 10:46:54 -04:00
parent fbbac490a8
commit 671c038540

View File

@ -51,7 +51,7 @@ export default class BattleFlyout extends Phaser.GameObjects.Container {
private flyoutContainer: Phaser.GameObjects.Container;
/** The array of {@linkcode Phaser.GameObjects.Text} objects which are drawn on the flyout */
private flyoutText: Phaser.GameObjects.Text[] = new Array(4);
public flyoutText: Phaser.GameObjects.Text[] = new Array(4);
/** The array of {@linkcode MoveInfo} used to track moves for the {@linkcode Pokemon} linked to the flyout */
private moveInfo: MoveInfo[] = new Array();