home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 April / Gamestar_72_2005-04_dvd.iso / CD / DATABASE / CESTINY / NeighboursFromHell_cz.exe / gamedata.bnd / dialogs / mainmenuwhilegame.xml < prev    next >
Extensible Markup Language  |  2002-12-04  |  3KB  |  60 lines

  1. <?xml version="1.0"?>
  2.  
  3. <dialog gfx="gui/main/ingamemenu_left.tga" offset="0/0">
  4.  
  5. <!--    <frame name="logo" offset="154/20">
  6.         <image gfx="gui/logo/logo_main.tga"/>
  7.     </frame> -->
  8.  
  9.     <text name="title" offset="32/61" size="335/53" valign="center" halign="left" color="0/0/0">
  10.         <font name="briefing_big"/>
  11.         <caption text="mainmenuwhilegame_title"/>
  12.     </text>
  13.  
  14.     <button name="backtogame" offset="33/170" size="333/54">
  15.         <font name="menu_medium"/>
  16.         <image name="std" gfx="gui/main/mainmenu_btn3_hover.tga" text="mainmenu_back2game" color="200/200/200"/>
  17.         <image name="hover" gfx="gui/main/mainmenu_btn3_hover.tga" text="mainmenu_back2game" color="255/255/255"/>
  18.         <image name="down" gfx="gui/main/mainmenu_btn3_pressed.tga" text="mainmenu_back2game" color="255/255/255"/>
  19.         <sfx name="hover" file="sfx/but_hover1.wav"/>
  20.         <sfx name="down" file="sfx/but1.wav"/>
  21.     </button>
  22.     
  23.     <button name="restart" offset="33/225" size="333/54">
  24.         <font name="menu_medium"/>
  25.         <image name="std" gfx="gui/main/mainmenu_btn2_hover.tga" text="mainmenu_restart" color="200/200/200"/>
  26.         <image name="hover" gfx="gui/main/mainmenu_btn2_hover.tga" text="mainmenu_restart" color="255/255/255"/>
  27.         <image name="down" gfx="gui/main/mainmenu_btn2_pressed.tga" text="mainmenu_restart" color="255/255/255"/>
  28.         <sfx name="hover" file="sfx/but_hover1.wav"/>
  29.         <sfx name="down" file="sfx/but1.wav"/>
  30.     </button>
  31.     
  32.     <button name="startother" offset="33/280" size="333/54">
  33.         <font name="menu_medium"/>
  34.         <image name="std"  gfx="gui/main/mainmenu_btn2_hover.tga" text="mainmenu_startnew" color="200/200/200"/>
  35.         <image name="hover" gfx="gui/main/mainmenu_btn2_hover.tga" text="mainmenu_startnew" color="255/255/255"/>
  36.         <image name="down" gfx="gui/main/mainmenu_btn2_pressed.tga" text="mainmenu_startnew" color="255/255/255"/>
  37.         <sfx name="hover" file="sfx/but_hover1.wav"/>
  38.         <sfx name="down" file="sfx/but1.wav"/>
  39.     </button>
  40.     
  41.     <button name="optionswhilegame" offset="33/335" size="333/54">
  42.         <font name="menu_medium"/>
  43.         <image name="std" gfx="gui/main/mainmenu_btn2_hover.tga" text="mainmenu_options" color="200/200/200"/>
  44.         <image name="hover" gfx="gui/main/mainmenu_btn2_hover.tga" text="mainmenu_options" color="255/255/255"/>
  45.         <image name="down" gfx="gui/main/mainmenu_btn2_pressed.tga" text="mainmenu_options" color="255/255/255"/>
  46.         <sfx name="hover" file="sfx/but_hover1.wav"/>
  47.         <sfx name="down" file="sfx/but1.wav"/>
  48.     </button>
  49.     
  50.     <button name="backtomain" offset="33/390" size="333/54">
  51.         <font name="menu_medium"/>
  52.         <image name="std"  gfx="gui/main/mainmenu_btn1_hover.tga" text="mainmenu_backtomain" color="200/200/200"/>
  53.         <image name="hover" gfx="gui/main/mainmenu_btn1_hover.tga" text="mainmenu_backtomain" color="255/255/255"/>
  54.         <image name="down" gfx="gui/main/mainmenu_btn1_pressed.tga" text="mainmenu_backtomain" color="255/255/255"/>
  55.         <sfx name="hover" file="sfx/but_hover1.wav"/>
  56.         <sfx name="down" file="sfx/but1.wav"/>
  57.     </button>
  58.     
  59. </dialog>
  60.