Exemplo n.º 1
0
        public override void draw(SpriteBatch spriteBatch)
        {
            base.draw(spriteBatch);

            block.Draw(spriteBatch, color);
        }