Ejemplo n.º 1
0
 public override void load()
 {
     base.load();
     font     = ParentScreen.Content.Load <SpriteFont>("fonts/menu_font1");
     tiApCost = new TextItem("", font);
     tiApCost.DefaultScale = 0.8f;
     hpApCost.remove(hpApCost.Children.ToArray());
     hpApCost.add(tiApCost);
 }