home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / CD / DATABASE / CESTINY / NeighboursFromHell_cz.exe / gamedata.bnd / dialogs / mainmenu.xml < prev    next >
Extensible Markup Language  |  2002-12-04  |  2KB  |  50 lines

  1. <?xml version="1.0"?>
  2.  
  3. <dialog gfx="gui/main/mainmenu.tga" offset="0/0">
  4.  
  5.     <frame name="logo" offset="235/15">
  6.         <image gfx="gui/logo/logo_main.tga"/>
  7.     </frame> 
  8.  
  9.     <button name="start" offset="248/286" size="333/54">
  10.         <font name="main_medium"/>
  11.         <image name="std" gfx="gui/main/mainmenu_btn3_hover.tga" text="mainmenu_start" color="200/200/200"/>
  12.         <image name="hover" gfx="gui/main/mainmenu_btn3_hover.tga" text="mainmenu_start" color="255/255/255"/>
  13.         <image name="down" gfx="gui/main/mainmenu_btn3_pressed.tga" text="mainmenu_start" color="255/255/255"/>
  14.         <sfx name="hover" file="sfx/but_hover1.wav"/>
  15.         <sfx name="down" file="sfx/but1.wav"/>
  16.     </button>
  17.     
  18.     <button name="credits" offset="248/341" size="333/54">
  19.         <font name="main_medium"/>
  20.         <image name="std" gfx="gui/main/mainmenu_btn2_hover.tga" text="mainmenu_credits" color="200/200/200"/>
  21.         <image name="hover" gfx="gui/main/mainmenu_btn2_hover.tga" text="mainmenu_credits" color="255/255/255"/>
  22.         <image name="down" gfx="gui/main/mainmenu_btn2_pressed.tga" text="mainmenu_credits" color="255/255/255"/>
  23.         <sfx name="hover" file="sfx/but_hover1.wav"/>
  24.         <sfx name="down" file="sfx/but1.wav"/>
  25.     </button>    
  26.  
  27.     <button name="options" offset="248/396" size="333/54">
  28.         <font name="main_medium"/>
  29.         <image name="std"  gfx="gui/main/mainmenu_btn2_hover.tga" text="mainmenu_options" color="200/200/200"/>
  30.         <image name="hover" gfx="gui/main/mainmenu_btn2_hover.tga" text="mainmenu_options" color="255/255/255"/>
  31.         <image name="down" gfx="gui/main/mainmenu_btn2_pressed.tga" text="mainmenu_options" color="255/255/255"/>
  32.         <sfx name="hover" file="sfx/but_hover1.wav"/>
  33.         <sfx name="down" file="sfx/but1.wav"/>
  34.     </button>
  35.     
  36.     <button name="quit" offset="248/451" size="333/54">
  37.         <font name="main_medium"/>
  38.         <image name="std" gfx="gui/main/mainmenu_btn1_hover.tga" text="mainmenu_quit" color="200/200/200"/>
  39.         <image name="hover" gfx="gui/main/mainmenu_btn1_hover.tga" text="mainmenu_quit" color="255/255/255"/>
  40.         <image name="down" gfx="gui/main/mainmenu_btn1_pressed.tga" text="mainmenu_quit" color="255/255/255"/>
  41.         <sfx name="hover" file="sfx/but_hover1.wav"/>
  42.         <sfx name="down" file="sfx/but1.wav"/>
  43.     </button>
  44.     
  45.     <text name="version" offset="10/570" size="790/25" valign="bottom" halign="left" color="255/255/255">
  46.         <font name="menu_verysmall"/>
  47.     </text>
  48.     
  49. </dialog>
  50.