Rev 634 | Blame | Compare with Previous | Last modification | View Log | RSS feed
Menu "hud_endless"{origin 0, 0;fadeTime 0;Image "black"{position 0, 0;size 480, 22;align left, top;texture "data/textures/black.png";color 1, 1, 1, 1;filter nearest, nearest;color 1, 1, 1, 0.5;}Image "black"{position 0, 22;size 132, 648;align left, top;texture "data/textures/black.png";color 1, 1, 1, 1;filter nearest, nearest;color 1, 1, 1, 0.5;}Image "black"{position 456, 22;size 24, 648;align left, top;texture "data/textures/black.png";color 1, 1, 1, 1;filter nearest, nearest;color 1, 1, 1, 0.5;}Image "black"{position 0, 670;size 480, 130;align left, top;texture "data/textures/black.png";color 1, 1, 1, 1;filter nearest, nearest;color 1, 1, 1, 0.5;}Frame "playfield_frame"{position 132, 22;size 324, 648;align left, top;showCenter false;texture "data/textures/simpleframe.png";outerFrame true;}Image "score_bg"{position 12, 80;size 100, 150;align left, top;color 1, 1, 1, 0.5;texture "data/textures/black.png";}Frame "score_frame"{position 12, 80;size 100, 150;align left, top;showCenter false;texture "data/textures/simpleframe.png";outerFrame true;}Label "game_mode"{position 12, 25;caption "TIME TRIAL";align left, top;textAlign left, top;scale 2.0;color 0.9, 1, 1, 1;shadow false;font "scoring";}Label "game_mode2"{position 12, 50;caption "MODE";align left, top;textAlign left, top;scale 2.0;color 0.9, 1, 1, 1;shadow false;font "scoring";}Label "score_title"{position 15, 88;caption "SCORE";align left, top;textAlign left, top;scale 2.0;color 1, 1, 1, 1;shadow false;font "scoring";}Label "score"{position 15, 108;caption "";align left, top;textAlign left, top;scale 2.0;color 0.7, 1, 0.3, 1;shadow false;font "scoring";}Label "speed_title"{position 15, 138;caption "SPEED";align left, top;textAlign left, top;scale 2.0;color 1, 1, 1, 1;shadow false;font "scoring";}Label "speed"{position 15, 158;caption "LV. 1";align left, top;textAlign left, top;scale 2.0;color 0.7, 1, 0.3, 1;shadow false;font "scoring";}Label "time_title"{position 15, 188;caption "TIME";align left, top;textAlign left, top;scale 2.0;color 1, 1, 1, 1;shadow false;font "scoring";}Label "time"{position 15, 208;caption "00:00:00";align left, top;textAlign left, top;scale 2.0;color 0.7, 1, 0.3, 1;shadow false;font "scoring";}Image "mascot_bg"{position 12, 250;size 100, 100;align left, top;color 1, 1, 1, 0.5;texture "data/textures/black.png";}Frame "mascot_frame"{position 12, 250;size 100, 100;align left, top;showCenter false;texture "data/textures/simpleframe.png";outerFrame true;}Frame "superpower_frame"{position 12, 370;size 100, 15;align left, top;showCenter false;texture "data/textures/simpleframe.png";outerFrame true;}Image "superpower_bar"{position 12, 370;size 0, 15;align left, top;texture "data/textures/white.png";filter nearest, nearest;color 0.7, 1, 0.3, 0.5;}Label "superpower"{position 18, 372;caption "SUPERPOWER!";align left, top;textAlign left, top;scale 1.5;color 0.9, 1, 0.6, 1;shadow false;font "scoring";visible false;}Frame "superpower_activate_frame"{position 12, 405;size 100, 100;align left, top;showCenter true;texture "data/textures/simpleframe.png";outerFrame true;}Button "superpower_activate"{position 12, 405;size 100, 100;align left, top;onTouch "superpower";}Image "pause_bg"{position 62, 600;color 1, 1, 1, 0.5;size 80, 60;align center, center;texture "data/textures/black.png";}Frame "pause_frame"{position 62, 600;size 80, 60;align center, center;showCenter true;texture "data/textures/simpleframe.png";outerFrame true;}ImageButton "pause_button"{position 62, 600;size 50, 50;activeMargin 17, 12;align center, center;caption "";texture "data/textures/pause.png";pushTexture "data/textures/pause_pushed.png";onTouch "pause";//clickSound "menu_click";pushSound "menu_push";}ImageButton "resume_button"{position 62, 600;size 50, 50;activeMargin 17, 12;align center, center;caption "";texture "data/textures/resume.png";pushTexture "data/textures/resume_pushed.png";onTouch "resume";enabled false;visible false;//clickSound "menu_click";pushSound "menu_push";}}