Subversion Repositories AndroidProjects

Rev

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

Menu "SubMenuEndless"
{
        origin 0, 0;
        
        Label "title"
        {
                position 240, 120;
                size 200, 40;
                align center, center;
                font "scoring";
                caption "PUZZLE MODE";
                scale 4;
        }
        
        SegmentButton "start"
        {
                position 460, 580;
                size 300, 100;
                caption "Start!";
                align right, center;
                texture "data/textures/simplebutton.png";
                pushTexture "data/textures/simplebutton_pushed.png";
                scale 3;
                font "scoring";
                color 1, 1, 1, 1;
                pushColor 1, 1, 1, 1;
                pushOffset 0, 2;
                onTouch "start_puzzle";

                clickSound "menu_confirm";                              
                pushSound "menu_push";
        }
        
        SegmentButton "back"
        {
                position 20, 580;
                size 160, 100;
                caption "Back";
                align left, center;
                texture "data/textures/simplebutton.png";
                pushTexture "data/textures/simplebutton_pushed.png";
                scale 3;
                font "scoring";
                color 1, 1, 1, 1;
                pushColor 1, 1, 1, 1;
                pushOffset 0, 2;
                onTouch "submenu_back";
                                
                pushSound "menu_push";
        }
}