Пример #1
0
        public TalentMenu(SpellswordGame game, Player player) : base(game)
        {
            this.color    = new Color(Color.Black, 0.85f);
            CurrentSprite = game.Content.Load <Texture2D>("Menu");
            this.AnchorTopLeft(game);

            textMenu = new TextMenu(game, "");

            this.player          = player;
            this.currentCommands = GenerateCommands();
        }