home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 July / ENTER.ISO / files / derelict_demo.exe / newgamemenu.mnu < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-29  |  10.4 KB  |  428 lines

  1. <?xml version="1.0" ?>
  2. <menu name="New Game Menu">
  3.     <menuhandler>newgamemenuhandler</menuhandler>
  4.     <position>0,0</position>
  5.     <size>640,480</size>
  6.     <backcolor>00003c</backcolor>
  7.     <backimage>menu_background.tga</backimage>
  8.     <cursor show="true" />
  9.     <custom>
  10.         <characterlist>characterlist.xml</characterlist>
  11.     </custom>
  12.     <objects>
  13.         <button name="btn_purchase">
  14.             <pos>411,10</pos>
  15.             <size>229,54</size>
  16.             <visible>0</visible>
  17.             <backcolor />
  18.             <sprite filename="btn_purchase.tga">
  19.                 <vidmem>0</vidmem>
  20.                 <size>229,54</size>
  21.                 <framesperrow>2</framesperrow>
  22.                 <frames>2</frames>
  23.                 <ck>ff00ff</ck>
  24.             </sprite>
  25.             <text />
  26.             <font />
  27.             <click />
  28.         </button>
  29.         <button name="btn_startgame">
  30.             <pos>411,65</pos>
  31.             <size>229,54</size>
  32.             <visible>1</visible>
  33.             <backcolor />
  34.             <sprite filename="btn_go.tga">
  35.                 <vidmem>0</vidmem>
  36.                 <size>229,54</size>
  37.                 <framesperrow>2</framesperrow>
  38.                 <frames>2</frames>
  39.                 <ck>ff00ff</ck>
  40.             </sprite>
  41.             <text />
  42.             <font />
  43.             <click />
  44.         </button>
  45.         <button name="btn_back">
  46.             <pos>411,120</pos>
  47.             <size>229,52</size>
  48.             <visible>1</visible>
  49.             <backcolor />
  50.             <sprite filename="btn_back.tga">
  51.                 <vidmem>0</vidmem>
  52.                 <size>229,52</size>
  53.                 <framesperrow>2</framesperrow>
  54.                 <frames>2</frames>
  55.                 <ck>ff00ff</ck>
  56.             </sprite>
  57.             <text />
  58.             <font />
  59.             <click />
  60.         </button>
  61.         <textbox name="txtbox_p1_playername">
  62.             <pos>10,36</pos>
  63.             <size>196,29</size>
  64.             <visible>1</visible>
  65.             <backcolor>000000</backcolor>
  66.             <highlightcolor>aa8f0000</highlightcolor>
  67.             <backimage>textbox.tga</backimage>
  68.             <textrect>17,6,165,16</textrect>
  69.             <ck>ff00ff</ck>
  70.             <text>Player 1</text>
  71.             <font>fnt_spaceout_9pt</font>
  72.             <readonly>0</readonly>
  73.             <multiline />
  74.             <align>center</align>
  75.             <maxlength>24</maxlength>
  76.         </textbox>
  77.         <imagebox name="p1_character_image">
  78.             <pos>48,74</pos>
  79.             <size>119,96</size>
  80.             <visible>1</visible>
  81.             <ck>ff00ff</ck>
  82.         </imagebox>
  83.         <button name="btn_p1_character_left">
  84.             <pos>10,170</pos>
  85.             <size>27,28</size>
  86.             <visible>1</visible>
  87.             <backcolor />
  88.             <sprite filename="btn_choosebox_left.tga">
  89.                 <vidmem>0</vidmem>
  90.                 <size>27,28</size>
  91.                 <frames>2</frames>
  92.                 <framesperrow>2</framesperrow>
  93.                 <ck>ff00ff</ck>
  94.             </sprite>
  95.             <data />
  96.             <text />
  97.             <font />
  98.             <click />
  99.         </button>
  100.         <button name="btn_p1_character_right">
  101.             <pos>182,170</pos>
  102.             <size>24,28</size>
  103.             <visible>1</visible>
  104.             <backcolor />
  105.             <sprite filename="btn_choosebox_right.tga">
  106.                 <vidmem>0</vidmem>
  107.                 <size>24,28</size>
  108.                 <frames>2</frames>
  109.                 <framesperrow>2</framesperrow>
  110.                 <ck>ff00ff</ck>
  111.             </sprite>
  112.             <data />
  113.             <text />
  114.             <font />
  115.             <click />
  116.         </button>
  117.         <textbox name="p1_character_name">
  118.             <pos>37,170</pos>
  119.             <size>145,28</size>
  120.             <visible>1</visible>
  121.             <backcolor>000000</backcolor>
  122.             <backimage>txt_choosebox.tga</backimage>
  123.             <ck>ff00ff</ck>
  124.             <textrect>2,6,141,16</textrect>
  125.             <text />
  126.             <font>fnt_spaceout_9pt</font>
  127.             <readonly>1</readonly>
  128.             <multiline />
  129.             <align>center</align>
  130.         </textbox>
  131.         <button name="btn_p1_controller_left">
  132.             <pos>10,200</pos>
  133.             <size>27,28</size>
  134.             <visible>1</visible>
  135.             <backcolor />
  136.             <sprite filename="btn_choosebox_left.tga">
  137.                 <vidmem>0</vidmem>
  138.                 <size>27,28</size>
  139.                 <frames>2</frames>
  140.                 <framesperrow>2</framesperrow>
  141.                 <ck>ff00ff</ck>
  142.             </sprite>
  143.             <data>txtbox_p1_controller</data>
  144.             <text />
  145.             <font />
  146.             <click />
  147.         </button>
  148.         <button name="btn_p1_controller_right">
  149.             <pos>182,200</pos>
  150.             <size>24,28</size>
  151.             <visible>1</visible>
  152.             <backcolor />
  153.             <sprite filename="btn_choosebox_right.tga">
  154.                 <vidmem>0</vidmem>
  155.                 <size>24,28</size>
  156.                 <frames>2</frames>
  157.                 <framesperrow>2</framesperrow>
  158.                 <ck>ff00ff</ck>
  159.             </sprite>
  160.             <data>txtbox_p1_controller</data>
  161.             <text />
  162.             <font />
  163.             <click />
  164.         </button>
  165.         <textbox name="txtbox_p1_controller">
  166.             <pos>37,200</pos>
  167.             <size>145,28</size>
  168.             <visible>1</visible>
  169.             <backcolor>000000</backcolor>
  170.             <backimage>txt_choosebox.tga</backimage>
  171.             <ck>ff00ff</ck>
  172.             <textrect>2,6,141,16</textrect>
  173.             <text />
  174.             <font>fnt_spaceout_9pt</font>
  175.             <readonly>1</readonly>
  176.             <multiline />
  177.             <align>center</align>
  178.         </textbox>
  179.         <textbox name="txtbox_p2_playername">
  180.             <pos>210,36</pos>
  181.             <size>196,29</size>
  182.             <visible>1</visible>
  183.             <backcolor>000000</backcolor>
  184.             <highlightcolor>aa8f0000</highlightcolor>
  185.             <backimage>textbox.tga</backimage>
  186.             <textrect>17,6,165,16</textrect>
  187.             <ck>ff00ff</ck>
  188.             <text>Player 2</text>
  189.             <font>fnt_spaceout_9pt</font>
  190.             <readonly>0</readonly>
  191.             <multiline />
  192.             <align>center</align>
  193.             <maxlength>24</maxlength>
  194.         </textbox>
  195.         <imagebox name="p2_character_image">
  196.             <pos>248,74</pos>
  197.             <size>119,96</size>
  198.             <visible>1</visible>
  199.         </imagebox>
  200.         <button name="btn_p2_character_left">
  201.             <pos>210,170</pos>
  202.             <size>27,28</size>
  203.             <visible>1</visible>
  204.             <backcolor />
  205.             <sprite filename="btn_choosebox_left.tga">
  206.                 <vidmem>0</vidmem>
  207.                 <size>27,28</size>
  208.                 <frames>2</frames>
  209.                 <framesperrow>2</framesperrow>
  210.                 <ck>ff00ff</ck>
  211.             </sprite>
  212.             <data />
  213.             <text />
  214.             <font />
  215.             <click />
  216.         </button>
  217.         <button name="btn_p2_character_right">
  218.             <pos>382,170</pos>
  219.             <size>24,28</size>
  220.             <visible>1</visible>
  221.             <backcolor />
  222.             <sprite filename="btn_choosebox_right.tga">
  223.                 <vidmem>0</vidmem>
  224.                 <size>24,28</size>
  225.                 <frames>2</frames>
  226.                 <framesperrow>2</framesperrow>
  227.                 <ck>ff00ff</ck>
  228.             </sprite>
  229.             <data />
  230.             <text />
  231.             <font />
  232.             <click />
  233.         </button>
  234.         <textbox name="p2_character_name">
  235.             <pos>237,170</pos>
  236.             <size>145,28</size>
  237.             <visible>1</visible>
  238.             <backcolor>000000</backcolor>
  239.             <backimage>txt_choosebox.tga</backimage>
  240.             <textrect>2,6,141,16</textrect>
  241.             <ck>ff00ff</ck>
  242.             <text />
  243.             <font>fnt_spaceout_9pt</font>
  244.             <readonly>1</readonly>
  245.             <multiline />
  246.             <align>center</align>
  247.         </textbox>
  248.         <button name="btn_p2_controller_left">
  249.             <pos>210,200</pos>
  250.             <size>27,28</size>
  251.             <visible>1</visible>
  252.             <backcolor />
  253.             <sprite filename="btn_choosebox_left.tga">
  254.                 <vidmem>0</vidmem>
  255.                 <size>27,28</size>
  256.                 <frames>2</frames>
  257.                 <framesperrow>2</framesperrow>
  258.                 <ck>ff00ff</ck>
  259.             </sprite>
  260.             <data>txtbox_p2_controller</data>
  261.             <text />
  262.             <font />
  263.             <click />
  264.         </button>
  265.         <button name="btn_p2_controller_right">
  266.             <pos>382,200</pos>
  267.             <size>24,28</size>
  268.             <visible>1</visible>
  269.             <backcolor />
  270.             <sprite filename="btn_choosebox_right.tga">
  271.                 <vidmem>0</vidmem>
  272.                 <size>24,28</size>
  273.                 <frames>2</frames>
  274.                 <framesperrow>2</framesperrow>
  275.                 <ck>ff00ff</ck>
  276.             </sprite>
  277.             <data>txtbox_p2_controller</data>
  278.             <text />
  279.             <font />
  280.             <click />
  281.         </button>
  282.         <textbox name="txtbox_p2_controller">
  283.             <pos>237,200</pos>
  284.             <size>145,28</size>
  285.             <visible>1</visible>
  286.             <backcolor>000000</backcolor>
  287.             <backimage>txt_choosebox.tga</backimage>
  288.             <textrect>2,6,141,16</textrect>
  289.             <ck>ff00ff</ck>
  290.             <text />
  291.             <font>fnt_spaceout_9pt</font>
  292.             <readonly>1</readonly>
  293.             <multiline />
  294.             <align>center</align>
  295.         </textbox>
  296.         
  297.         <button name="btn_difficulty_left">
  298.             <pos>108,230</pos>
  299.             <size>27,28</size>
  300.             <visible>1</visible>
  301.             <backcolor />
  302.             <sprite filename="btn_choosebox_left.tga">
  303.                 <vidmem>0</vidmem>
  304.                 <size>27,28</size>
  305.                 <frames>2</frames>
  306.                 <framesperrow>2</framesperrow>
  307.                 <ck>ff00ff</ck>
  308.             </sprite>
  309.             <data></data>
  310.             <text />
  311.             <font />
  312.             <click />
  313.         </button>
  314.         <button name="btn_difficulty_right">
  315.             <pos>280,230</pos>
  316.             <size>24,28</size>
  317.             <visible>1</visible>
  318.             <backcolor />
  319.             <sprite filename="btn_choosebox_right.tga">
  320.                 <vidmem>0</vidmem>
  321.                 <size>24,28</size>
  322.                 <frames>2</frames>
  323.                 <framesperrow>2</framesperrow>
  324.                 <ck>ff00ff</ck>
  325.             </sprite>
  326.             <data>txtbox_p2_controller</data>
  327.             <text />
  328.             <font />
  329.             <click />
  330.         </button>
  331.         <textbox name="txt_difficulty">
  332.             <pos>135,230</pos>
  333.             <size>145,28</size>
  334.             <visible>1</visible>
  335.             <backcolor>000000</backcolor>
  336.             <backimage>txt_choosebox.tga</backimage>
  337.             <textrect>2,6,141,16</textrect>
  338.             <ck>ff00ff</ck>
  339.             <text />
  340.             <font>fnt_spaceout_9pt</font>
  341.             <readonly>1</readonly>
  342.             <multiline />
  343.             <align>center</align>
  344.         </textbox>
  345.                 
  346.         <button name="btn_website">
  347.             <pos>440,468</pos>
  348.             <size>200,16</size>
  349.             <visible>1</visible>
  350.             <text>Visit http://www.laughing-dragon.com</text>
  351.             <font>fnt_tahoma_8pt</font>
  352.         </button>
  353.  
  354.         <textbox name="txt_continuesaved">
  355.             <pos>138,160</pos>
  356.             <size>363,57</size>
  357.             <visible>0</visible>
  358.             <backcolor>000000</backcolor>
  359.             <backimage>txt_popup.tga</backimage>
  360.             <textrect>10,10,343,37</textrect>
  361.             <ck>ff00ff</ck>
  362.             <text>A saved game for these players already exists. Would you like to start a new game, or continue the existing one?</text>
  363.             <font>fnt_spaceout_9pt</font>
  364.             <readonly>1</readonly>
  365.             <multiline>1</multiline>
  366.             <align>center</align>
  367.         </textbox>
  368.         <button name="btn_popupnewgame">
  369.             <pos>138,230</pos>
  370.             <size>107,26</size>
  371.             <visible>0</visible>
  372.             <backcolor />
  373.             <sprite filename="btn_popup.tga">
  374.                 <vidmem>0</vidmem>
  375.                 <size>107,26</size>
  376.                 <framesperrow>2</framesperrow>
  377.                 <frames>2</frames>
  378.                 <ck>ff00ff</ck>
  379.             </sprite>
  380.             <data></data>
  381.             <font>fnt_spaceout_9pt</font>
  382.             <text>Start New</text>
  383.             <textrect>16,5,77,17</textrect>
  384.             <font />
  385.             <click />
  386.         </button>
  387.         <button name="btn_popuploadgame">
  388.             <pos>266,230</pos>
  389.             <size>107,26</size>
  390.             <visible>0</visible>
  391.             <backcolor />
  392.             <sprite filename="btn_popup.tga">
  393.                 <vidmem>0</vidmem>
  394.                 <size>107,26</size>
  395.                 <framesperrow>2</framesperrow>
  396.                 <frames>2</frames>
  397.                 <ck>ff00ff</ck>
  398.             </sprite>
  399.             <data></data>
  400.             <font>fnt_spaceout_9pt</font>
  401.             <text>Continue</text>
  402.             <textrect>16,5,77,17</textrect>
  403.             <font />
  404.             <click />
  405.         </button>
  406.         <button name="btn_popupback">
  407.             <pos>394,230</pos>
  408.             <size>107,26</size>
  409.             <visible>0</visible>
  410.             <backcolor />
  411.             <sprite filename="btn_popup.tga">
  412.                 <vidmem>0</vidmem>
  413.                 <size>107,26</size>
  414.                 <framesperrow>2</framesperrow>
  415.                 <frames>2</frames>
  416.                 <ck>ff00ff</ck>
  417.             </sprite>
  418.             <data></data>
  419.             <font>fnt_spaceout_9pt</font>
  420.             <text>Back</text>
  421.             <textrect>16,5,77,17</textrect>
  422.             <font />
  423.             <click />
  424.         </button>
  425.  
  426.     </objects>
  427. </menu>
  428.