void UpdateEnergyBar()
 {
     _fillImage.Fill(_fillBarImage, 1, 1, 1);
 }
Example #2
0
 public void FillBar(float startValue, float endValue)
 {
     _fillImage.Fill(_xpBarFiller, startValue, endValue, GameInformation.RequiredXP);
 }