Esempio n. 1
0
    public static void myBlackStartScreen(string welcometo, string mycolor, string manasent)
    {
        GameHelpers.SpaceandClean();
        BlackMana.myBlackManaColor();
        Console.WriteLine();
        Console.BackgroundColor = ConsoleColor.Black;
        Console.ForegroundColor = ConsoleColor.White;
        Console.WriteLine(welcometo + " Swamps ");


        Console.WriteLine("The Power of " + mycolor + manasent);
        GameHelpers.TextAnimation(2500);
    }
Esempio n. 2
0
    public static void myBlueStartScreen(string welcometo, string mycolor, string manasent)
    {
        GameHelpers.SpaceandClean();
        Mana.myBlueMana();
        Console.WriteLine();
        Console.BackgroundColor = ConsoleColor.DarkBlue;
        Console.ForegroundColor = ConsoleColor.White;
        Console.WriteLine(welcometo + " Islands ");
        //Console.WriteLine(thepowerof[0][0] + mycolor[3] + manasent);

        Console.WriteLine("The Power of " + mycolor + manasent);
        GameHelpers.TextAnimation(2500);
    }