Exemplo n.º 1
0
 public Warrior(Vector2f crd, Fraction f, uint m) : base(crd, f, m)
 {
     title          = new Text("Warrior", new Font("C:\\Windows\\Fonts\\Arial.ttf"));
     title.Color    = Color.White;
     title.Position = coords;
 }