Rev 608 | 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, 100;align left, top;color 1, 1, 1, 0.5;texture "data/textures/black.png";}Frame "score_frame"{position 12, 80;size 100, 100;align left, top;showCenter false;texture "data/textures/simpleframe.png";outerFrame true;}Label "game_mode"{position 12, 25;caption "PUZZLE";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 "level_title"{position 15, 88;caption "LEVEL";align left, top;textAlign left, top;scale 2.0;color 1, 1, 1, 1;shadow false;font "scoring";}Label "level"{position 30, 108;caption "1-01";align left, top;textAlign left, top;scale 2.0;color 0.7, 1, 0.3, 1;shadow false;font "scoring";}Label "count_title"{position 15, 138;caption "MOVES";align left, top;textAlign left, top;scale 2.0;color 1, 1, 1, 1;shadow false;font "scoring";}Label "movecount"{position 30, 158;caption "1";align left, top;textAlign left, top;scale 2.0;color 0.7, 1, 0.3, 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";}*/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;}Image "pause_bg"{position 62, 550;color 1, 1, 1, 0.5;size 80, 60;align center, center;texture "data/textures/black.png";}Frame "pause_frame"{position 62, 550;size 80, 60;align center, center;showCenter true;texture "data/textures/simpleframe.png";outerFrame true;}ImageButton "pause_button"{position 62, 550;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, 550;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";}}