home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" ?>
- <menu name="New Game Menu">
- <menuhandler>newgamemenuhandler</menuhandler>
- <position>0,0</position>
- <size>640,480</size>
- <backcolor>00003c</backcolor>
- <backimage>menu_background.tga</backimage>
- <cursor show="true" />
- <custom>
- <characterlist>characterlist.xml</characterlist>
- </custom>
- <objects>
- <button name="btn_purchase">
- <pos>411,10</pos>
- <size>229,54</size>
- <visible>0</visible>
- <backcolor />
- <sprite filename="btn_purchase.tga">
- <vidmem>0</vidmem>
- <size>229,54</size>
- <framesperrow>2</framesperrow>
- <frames>2</frames>
- <ck>ff00ff</ck>
- </sprite>
- <text />
- <font />
- <click />
- </button>
- <button name="btn_startgame">
- <pos>411,65</pos>
- <size>229,54</size>
- <visible>1</visible>
- <backcolor />
- <sprite filename="btn_go.tga">
- <vidmem>0</vidmem>
- <size>229,54</size>
- <framesperrow>2</framesperrow>
- <frames>2</frames>
- <ck>ff00ff</ck>
- </sprite>
- <text />
- <font />
- <click />
- </button>
- <button name="btn_back">
- <pos>411,120</pos>
- <size>229,52</size>
- <visible>1</visible>
- <backcolor />
- <sprite filename="btn_back.tga">
- <vidmem>0</vidmem>
- <size>229,52</size>
- <framesperrow>2</framesperrow>
- <frames>2</frames>
- <ck>ff00ff</ck>
- </sprite>
- <text />
- <font />
- <click />
- </button>
- <textbox name="txtbox_p1_playername">
- <pos>10,36</pos>
- <size>196,29</size>
- <visible>1</visible>
- <backcolor>000000</backcolor>
- <highlightcolor>aa8f0000</highlightcolor>
- <backimage>textbox.tga</backimage>
- <textrect>17,6,165,16</textrect>
- <ck>ff00ff</ck>
- <text>Player 1</text>
- <font>fnt_spaceout_9pt</font>
- <readonly>0</readonly>
- <multiline />
- <align>center</align>
- <maxlength>24</maxlength>
- </textbox>
- <imagebox name="p1_character_image">
- <pos>48,74</pos>
- <size>119,96</size>
- <visible>1</visible>
- <ck>ff00ff</ck>
- </imagebox>
- <button name="btn_p1_character_left">
- <pos>10,170</pos>
- <size>27,28</size>
- <visible>1</visible>
- <backcolor />
- <sprite filename="btn_choosebox_left.tga">
- <vidmem>0</vidmem>
- <size>27,28</size>
- <frames>2</frames>
- <framesperrow>2</framesperrow>
- <ck>ff00ff</ck>
- </sprite>
- <data />
- <text />
- <font />
- <click />
- </button>
- <button name="btn_p1_character_right">
- <pos>182,170</pos>
- <size>24,28</size>
- <visible>1</visible>
- <backcolor />
- <sprite filename="btn_choosebox_right.tga">
- <vidmem>0</vidmem>
- <size>24,28</size>
- <frames>2</frames>
- <framesperrow>2</framesperrow>
- <ck>ff00ff</ck>
- </sprite>
- <data />
- <text />
- <font />
- <click />
- </button>
- <textbox name="p1_character_name">
- <pos>37,170</pos>
- <size>145,28</size>
- <visible>1</visible>
- <backcolor>000000</backcolor>
- <backimage>txt_choosebox.tga</backimage>
- <ck>ff00ff</ck>
- <textrect>2,6,141,16</textrect>
- <text />
- <font>fnt_spaceout_9pt</font>
- <readonly>1</readonly>
- <multiline />
- <align>center</align>
- </textbox>
- <button name="btn_p1_controller_left">
- <pos>10,200</pos>
- <size>27,28</size>
- <visible>1</visible>
- <backcolor />
- <sprite filename="btn_choosebox_left.tga">
- <vidmem>0</vidmem>
- <size>27,28</size>
- <frames>2</frames>
- <framesperrow>2</framesperrow>
- <ck>ff00ff</ck>
- </sprite>
- <data>txtbox_p1_controller</data>
- <text />
- <font />
- <click />
- </button>
- <button name="btn_p1_controller_right">
- <pos>182,200</pos>
- <size>24,28</size>
- <visible>1</visible>
- <backcolor />
- <sprite filename="btn_choosebox_right.tga">
- <vidmem>0</vidmem>
- <size>24,28</size>
- <frames>2</frames>
- <framesperrow>2</framesperrow>
- <ck>ff00ff</ck>
- </sprite>
- <data>txtbox_p1_controller</data>
- <text />
- <font />
- <click />
- </button>
- <textbox name="txtbox_p1_controller">
- <pos>37,200</pos>
- <size>145,28</size>
- <visible>1</visible>
- <backcolor>000000</backcolor>
- <backimage>txt_choosebox.tga</backimage>
- <ck>ff00ff</ck>
- <textrect>2,6,141,16</textrect>
- <text />
- <font>fnt_spaceout_9pt</font>
- <readonly>1</readonly>
- <multiline />
- <align>center</align>
- </textbox>
- <textbox name="txtbox_p2_playername">
- <pos>210,36</pos>
- <size>196,29</size>
- <visible>1</visible>
- <backcolor>000000</backcolor>
- <highlightcolor>aa8f0000</highlightcolor>
- <backimage>textbox.tga</backimage>
- <textrect>17,6,165,16</textrect>
- <ck>ff00ff</ck>
- <text>Player 2</text>
- <font>fnt_spaceout_9pt</font>
- <readonly>0</readonly>
- <multiline />
- <align>center</align>
- <maxlength>24</maxlength>
- </textbox>
- <imagebox name="p2_character_image">
- <pos>248,74</pos>
- <size>119,96</size>
- <visible>1</visible>
- </imagebox>
- <button name="btn_p2_character_left">
- <pos>210,170</pos>
- <size>27,28</size>
- <visible>1</visible>
- <backcolor />
- <sprite filename="btn_choosebox_left.tga">
- <vidmem>0</vidmem>
- <size>27,28</size>
- <frames>2</frames>
- <framesperrow>2</framesperrow>
- <ck>ff00ff</ck>
- </sprite>
- <data />
- <text />
- <font />
- <click />
- </button>
- <button name="btn_p2_character_right">
- <pos>382,170</pos>
- <size>24,28</size>
- <visible>1</visible>
- <backcolor />
- <sprite filename="btn_choosebox_right.tga">
- <vidmem>0</vidmem>
- <size>24,28</size>
- <frames>2</frames>
- <framesperrow>2</framesperrow>
- <ck>ff00ff</ck>
- </sprite>
- <data />
- <text />
- <font />
- <click />
- </button>
- <textbox name="p2_character_name">
- <pos>237,170</pos>
- <size>145,28</size>
- <visible>1</visible>
- <backcolor>000000</backcolor>
- <backimage>txt_choosebox.tga</backimage>
- <textrect>2,6,141,16</textrect>
- <ck>ff00ff</ck>
- <text />
- <font>fnt_spaceout_9pt</font>
- <readonly>1</readonly>
- <multiline />
- <align>center</align>
- </textbox>
- <button name="btn_p2_controller_left">
- <pos>210,200</pos>
- <size>27,28</size>
- <visible>1</visible>
- <backcolor />
- <sprite filename="btn_choosebox_left.tga">
- <vidmem>0</vidmem>
- <size>27,28</size>
- <frames>2</frames>
- <framesperrow>2</framesperrow>
- <ck>ff00ff</ck>
- </sprite>
- <data>txtbox_p2_controller</data>
- <text />
- <font />
- <click />
- </button>
- <button name="btn_p2_controller_right">
- <pos>382,200</pos>
- <size>24,28</size>
- <visible>1</visible>
- <backcolor />
- <sprite filename="btn_choosebox_right.tga">
- <vidmem>0</vidmem>
- <size>24,28</size>
- <frames>2</frames>
- <framesperrow>2</framesperrow>
- <ck>ff00ff</ck>
- </sprite>
- <data>txtbox_p2_controller</data>
- <text />
- <font />
- <click />
- </button>
- <textbox name="txtbox_p2_controller">
- <pos>237,200</pos>
- <size>145,28</size>
- <visible>1</visible>
- <backcolor>000000</backcolor>
- <backimage>txt_choosebox.tga</backimage>
- <textrect>2,6,141,16</textrect>
- <ck>ff00ff</ck>
- <text />
- <font>fnt_spaceout_9pt</font>
- <readonly>1</readonly>
- <multiline />
- <align>center</align>
- </textbox>
-
- <button name="btn_difficulty_left">
- <pos>108,230</pos>
- <size>27,28</size>
- <visible>1</visible>
- <backcolor />
- <sprite filename="btn_choosebox_left.tga">
- <vidmem>0</vidmem>
- <size>27,28</size>
- <frames>2</frames>
- <framesperrow>2</framesperrow>
- <ck>ff00ff</ck>
- </sprite>
- <data></data>
- <text />
- <font />
- <click />
- </button>
- <button name="btn_difficulty_right">
- <pos>280,230</pos>
- <size>24,28</size>
- <visible>1</visible>
- <backcolor />
- <sprite filename="btn_choosebox_right.tga">
- <vidmem>0</vidmem>
- <size>24,28</size>
- <frames>2</frames>
- <framesperrow>2</framesperrow>
- <ck>ff00ff</ck>
- </sprite>
- <data>txtbox_p2_controller</data>
- <text />
- <font />
- <click />
- </button>
- <textbox name="txt_difficulty">
- <pos>135,230</pos>
- <size>145,28</size>
- <visible>1</visible>
- <backcolor>000000</backcolor>
- <backimage>txt_choosebox.tga</backimage>
- <textrect>2,6,141,16</textrect>
- <ck>ff00ff</ck>
- <text />
- <font>fnt_spaceout_9pt</font>
- <readonly>1</readonly>
- <multiline />
- <align>center</align>
- </textbox>
-
- <button name="btn_website">
- <pos>440,468</pos>
- <size>200,16</size>
- <visible>1</visible>
- <text>Visit http://www.laughing-dragon.com</text>
- <font>fnt_tahoma_8pt</font>
- </button>
-
- <textbox name="txt_continuesaved">
- <pos>138,160</pos>
- <size>363,57</size>
- <visible>0</visible>
- <backcolor>000000</backcolor>
- <backimage>txt_popup.tga</backimage>
- <textrect>10,10,343,37</textrect>
- <ck>ff00ff</ck>
- <text>A saved game for these players already exists. Would you like to start a new game, or continue the existing one?</text>
- <font>fnt_spaceout_9pt</font>
- <readonly>1</readonly>
- <multiline>1</multiline>
- <align>center</align>
- </textbox>
- <button name="btn_popupnewgame">
- <pos>138,230</pos>
- <size>107,26</size>
- <visible>0</visible>
- <backcolor />
- <sprite filename="btn_popup.tga">
- <vidmem>0</vidmem>
- <size>107,26</size>
- <framesperrow>2</framesperrow>
- <frames>2</frames>
- <ck>ff00ff</ck>
- </sprite>
- <data></data>
- <font>fnt_spaceout_9pt</font>
- <text>Start New</text>
- <textrect>16,5,77,17</textrect>
- <font />
- <click />
- </button>
- <button name="btn_popuploadgame">
- <pos>266,230</pos>
- <size>107,26</size>
- <visible>0</visible>
- <backcolor />
- <sprite filename="btn_popup.tga">
- <vidmem>0</vidmem>
- <size>107,26</size>
- <framesperrow>2</framesperrow>
- <frames>2</frames>
- <ck>ff00ff</ck>
- </sprite>
- <data></data>
- <font>fnt_spaceout_9pt</font>
- <text>Continue</text>
- <textrect>16,5,77,17</textrect>
- <font />
- <click />
- </button>
- <button name="btn_popupback">
- <pos>394,230</pos>
- <size>107,26</size>
- <visible>0</visible>
- <backcolor />
- <sprite filename="btn_popup.tga">
- <vidmem>0</vidmem>
- <size>107,26</size>
- <framesperrow>2</framesperrow>
- <frames>2</frames>
- <ck>ff00ff</ck>
- </sprite>
- <data></data>
- <font>fnt_spaceout_9pt</font>
- <text>Back</text>
- <textrect>16,5,77,17</textrect>
- <font />
- <click />
- </button>
-
- </objects>
- </menu>
-