Ejemplo n.º 1
0
        //public static void ClearPixel(int x,int y)
        //{
        //  Console.ForegroundColor = ConsoleColor.Black;
        //  Console.SetCursorPosition(x,y);
        //  Console.Write(string.Empty);

        //}

        public static void MoveXAnimation(IAnimation animation, int step, int lenght)
        {
            animation.MoveX(step, lenght);
        }