home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2004 July & August
/
Gamestar_64_2004-07-08_dvd.iso
/
CD
/
DATABASE
/
CESTINY
/
NeighboursFromHell_cz.exe
/
gamedata.bnd
/
dialogs
/
mainmenu.xml
< prev
next >
Wrap
Extensible Markup Language
|
2002-12-04
|
2KB
|
50 lines
<?xml version="1.0"?>
<dialog gfx="gui/main/mainmenu.tga" offset="0/0">
<frame name="logo" offset="235/15">
<image gfx="gui/logo/logo_main.tga"/>
</frame>
<button name="start" offset="248/286" size="333/54">
<font name="main_medium"/>
<image name="std" gfx="gui/main/mainmenu_btn3_hover.tga" text="mainmenu_start" color="200/200/200"/>
<image name="hover" gfx="gui/main/mainmenu_btn3_hover.tga" text="mainmenu_start" color="255/255/255"/>
<image name="down" gfx="gui/main/mainmenu_btn3_pressed.tga" text="mainmenu_start" color="255/255/255"/>
<sfx name="hover" file="sfx/but_hover1.wav"/>
<sfx name="down" file="sfx/but1.wav"/>
</button>
<button name="credits" offset="248/341" size="333/54">
<font name="main_medium"/>
<image name="std" gfx="gui/main/mainmenu_btn2_hover.tga" text="mainmenu_credits" color="200/200/200"/>
<image name="hover" gfx="gui/main/mainmenu_btn2_hover.tga" text="mainmenu_credits" color="255/255/255"/>
<image name="down" gfx="gui/main/mainmenu_btn2_pressed.tga" text="mainmenu_credits" color="255/255/255"/>
<sfx name="hover" file="sfx/but_hover1.wav"/>
<sfx name="down" file="sfx/but1.wav"/>
</button>
<button name="options" offset="248/396" size="333/54">
<font name="main_medium"/>
<image name="std" gfx="gui/main/mainmenu_btn2_hover.tga" text="mainmenu_options" color="200/200/200"/>
<image name="hover" gfx="gui/main/mainmenu_btn2_hover.tga" text="mainmenu_options" color="255/255/255"/>
<image name="down" gfx="gui/main/mainmenu_btn2_pressed.tga" text="mainmenu_options" color="255/255/255"/>
<sfx name="hover" file="sfx/but_hover1.wav"/>
<sfx name="down" file="sfx/but1.wav"/>
</button>
<button name="quit" offset="248/451" size="333/54">
<font name="main_medium"/>
<image name="std" gfx="gui/main/mainmenu_btn1_hover.tga" text="mainmenu_quit" color="200/200/200"/>
<image name="hover" gfx="gui/main/mainmenu_btn1_hover.tga" text="mainmenu_quit" color="255/255/255"/>
<image name="down" gfx="gui/main/mainmenu_btn1_pressed.tga" text="mainmenu_quit" color="255/255/255"/>
<sfx name="hover" file="sfx/but_hover1.wav"/>
<sfx name="down" file="sfx/but1.wav"/>
</button>
<text name="version" offset="10/570" size="790/25" valign="bottom" halign="left" color="255/255/255">
<font name="menu_verysmall"/>
</text>
</dialog>