Subversion Repositories AndroidProjects

Rev

Rev 539 | Rev 715 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

Menu "TitleMenu"
{
        origin 0, 0;

        Image "title"
        {
                position 240, -300;
                size 512, 256;
                align center, top;
                color 1, 1, 1, 1;
                texture "data/textures/title.png";
                filter linear, linear;
        }
        
        Label "touch"
        {
                position 0, 100;
                size 480, 800;
                caption "TOUCH TO START!";
                scale 3.0;
                align top, left;
                textAlign center, center;
                color 1, 1, 1, 1;
                shadow false;
                font "scoring";
        }

        Label "copyright"
        {
                position 240, 750;
                caption "\u00A92013 Gebauz";
                align center, bottom;
                scale 1.0;
                color 1, 1, 1, 1;
                shadow true;
                shadowOffset 2,2;
                font "ingame";
        }
}