Subversion Repositories AndroidProjects

Rev

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

Menu "TitleMenu"
{
        origin 0, 0;
        fadeTime 0.2;

        SegmentButton "options"
        {
                position 294, 306;
                size 280, 100;
                caption "OPTIONS";
                align center, 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 "options";
                                
                pushSound "menu_push";
        }


        SegmentButton "restart"
        {
                position 294, 426;
                size 280, 100;
                caption "RETRY";
                align center, 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 "restart";
                                
                clickSound "menu_confirm";
                pushSound "menu_push";
        }

        SegmentButton "Exit"
        {
                position 294, 580;
                size 280, 100;
                caption "Exit to Menu";
                align center, 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 "exit_to_menu";
                                
                clickSound "menu_confirm";
                pushSound "menu_push";
        }

}