Subversion Repositories AndroidProjects

Rev

Rev 762 | Blame | Compare with Previous | Last modification | View Log | RSS feed

Menu "TitleMenu"
{
        origin 0, 0;
        fadeTime 0;
        
        Label "thanks"
        {
                position 0, 40;
                size 480, 100;
                caption "THANKS FOR PLAYING!";
                scale 3.0;
                align top, left;
                textAlign center, center;
                color 1, 1, 1, 1;
                shadow false;
                font "scoring";
        }
        
        Label "credits2"
        {
                position 0, 130;
                size 480, 50;
                caption "Programming";
                scale 3.0;
                align top, left;
                textAlign center, center;
                color 0.7, 1, 0.3, 1;
                shadow false;
                shadowColor 0, 0, 0, 0.9;
                font "scoring";
        }
        
        Label "credits2"
        {
                position 0, 160;
                size 480, 50;
                caption "Graphics";
                scale 3.0;
                align top, left;
                textAlign center, center;
                color 0.7, 1, 0.3, 1;
                shadow false;
                shadowColor 0, 0, 0, 0.9;
                font "scoring";
        }
        
        Label "credits2"
        {
                position 0, 190;
                size 480, 50;
                caption "Game Design";
                scale 3.0;
                align top, left;
                textAlign center, center;
                color 0.7, 1, 0.3, 1;
                shadow false;
                shadowColor 0, 0, 0, 0.9;
                font "scoring";
        }
        
        Label "credits2"
        {
                position 0, 220;
                size 480, 50;
                caption "Sounds and Music";
                scale 3.0;
                align top, left;
                textAlign center, center;
                color 0.7, 1, 0.3, 1;
                shadow false;
                shadowColor 0, 0, 0, 0.9;
                font "scoring";
        }
        
        Label "credits2"
        {
                position 0, 250;
                size 480, 50;
                caption "by";
                scale 3.0;
                align top, left;
                textAlign center, center;
                color 0.7, 1, 0.3, 1;
                shadow false;
                shadowColor 0, 0, 0, 0.9;
                font "scoring";
        }
        
        Label "credits3"
        {
                position 0, 290;
                size 480, 50;
                caption "Chris Chiu";
                scale 3.0;
                align top, left;
                textAlign center, center;
                color 1, 1, 1, 1;
                shadow false;
                shadowColor 0, 0, 0, 0.9;
                font "scoring";
        }
        
        Label "credits4"
        {
                position 0, 560;
                size 480, 50;
                caption "dedicated to";
                scale 3.0;
                align top, left;
                textAlign center, center;
                color 0.7, 1, 0.3, 1;
                shadow false;
                shadowColor 0, 0, 0, 0.9;
                font "scoring";
        }

        Label "credits5"
        {
                position 0, 590;
                size 480, 50;
                caption "CHUN-CHUN HUANG";
                scale 3.0;
                align top, left;
                textAlign center, center;
                color 1, 1, 1, 1;
                shadow false;
                shadowColor 0, 0, 0, 0.9;
                font "scoring";
        }

        Label "credits2"
        {
                position 0, 660;
                size 480, 50;
                caption "Presented by";
                scale 3.0;
                align top, left;
                textAlign center, center;
                color 0.7, 1, 0.3, 1;
                shadow false;
                shadowColor 0, 0, 0, 0.9;
                font "scoring";
        }
        
                
        Label "credits3"
        {
                position 0, 690;
                size 480, 50;
                caption "GEBAUZ";
                scale 3.0;
                align top, left;
                textAlign center, center;
                color 1, 1, 1, 1;
                shadow false;
                shadowColor 0, 0, 0, 0.9;
                font "scoring";
        }


        
}