Ejemplo n.º 1
0
        protected CharacterManager()
        {
            slotTexture = Global.GetTexture("item_bg");
            selectedAtt = 0;

            Width = 250;
            Height = 400;

            Attributes = Global.Player.Attributes;
        }
Ejemplo n.º 2
0
 public Player(TmxObject obj, Tileset tileset) : base(obj, tileset, "")
 {
     Name       = "Stryfe";
     Attributes = new AttributeSheet();
 }
Ejemplo n.º 3
0
 public Player(TmxObject obj, Tileset tileset) : base(obj, tileset, "")
 {
     Name = "Stryfe";
     Attributes = new AttributeSheet();
 }