Example #1
0
 public void UpdateText()
 {
     text.Level("Level: " + Level);
     text.Health("Health: " + Health);
     text.Killed("Killed: " + aliensKilled);
     text.Fule("Fule: " + (int)Fule);
     text.BadPoints("" + Badpoints);
     text.GoodPoints("" + GoodPoint);
 }