Subversion Repositories AndroidProjects

Rev

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

Menu "TitleMenu"
{

/* Test Comment */
// blablabla


        
        Image "title"
        {
                position 240, 200;
                size 300, 150;
                align center, center;
                texture "data/libgdx.png";
        }
        
        Label "justtesting"
        {
                position 240, 200;
                caption "Test sdcBraak";
                align center, center;
                scale 2.0;
                color 1, 1, 0, 1;
        }
        
        Button "testbutton"
        {
                Label
                {
                        position 150, 75;
                        caption "MyButton";
                        align center, center;
                        scale 2.0;
                        color 1, 1, 1, 1;
                }
                position 240, 700;
                size 300, 150;
                align center, center;
                texture "data/textures/landscape.png";
                pushedTexture "data/textures/simpleframe.png";
                onTouch "DoSomething; switchState EndlessState";
        }
        
        Label "endless"
        {
                position 240, 350;
                caption "Endless";
                align center, center;
                scale 2.0;
                color 1, 1, 1, 0.5;
        }
        
        Label "puzzle"
        {
                position 240, 450;
                caption "Puzzle";
                align center, center;
                scale 2.0;
                color 1, 1, 1, 1;
        }
        
        Label "timetrial"
        {
                position 240, 550;
                caption "Time Trial";
                align center, center;
                scale 2.0;
                color 1, 1, 1, 1;
        }
        
        Label "copyright"
        {
                position 240, 780;
                caption "©2013 Gebauz";
                align center, bottom;
                scale 1.0;
                color 1, 1, 1, 1;
        }
}