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

            Width = 250;
            Height = 400;

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