Beispiel #1
0
 private void DetailDisplayUpdate() //update the team displays in the box at the bottom of the screen
 {
     //NOTE: CHANGE THIS LATER TO INCLUDE ARROWS THAT POINT TO THE BOXES.
     CharacterStatus.AliveColour(CharacterParty, FriendlyTarget);
     EnemyStatus.AliveColour(EnemyParty, ActiveEnemy);
     CharacterStatus.StatusUpdate(CharacterParty);
     EnemyStatus.StatusUpdate(EnemyParty);
 }