Ejemplo n.º 1
0
 public void AddDamageFeedback(Image fillableImage, Text hitpointText = null)
 {
     hitPointSystem.AttachHealthBar(fillableImage);
     hitPointSystem.AttachHealthText(hitpointText);
 }
Ejemplo n.º 2
0
 public void AddEnergyFeedback(Image fillableImage, Text energyText = null)
 {
     energySystem.AttachHealthBar(fillableImage);
     energySystem.AttachHealthText(energyText);
 }
Ejemplo n.º 3
0
 public void AddExperienceFeedback(Image fillableImage, Text experienceText = null)
 {
     experienceSystem.AttachHealthBar(fillableImage);
     experienceSystem.AttachHealthText(experienceText);
 }