예제 #1
0
        protected CharacterManager()
        {
            slotTexture = Global.GetTexture("item_bg");
            selectedAtt = 0;

            Width = 250;
            Height = 400;

            Attributes = Global.Player.Attributes;
        }
예제 #2
0
 public Player(TmxObject obj, Tileset tileset) : base(obj, tileset, "")
 {
     Name       = "Stryfe";
     Attributes = new AttributeSheet();
 }
예제 #3
0
파일: Player.cs 프로젝트: guipaz/stryfe-rpg
 public Player(TmxObject obj, Tileset tileset) : base(obj, tileset, "")
 {
     Name = "Stryfe";
     Attributes = new AttributeSheet();
 }