home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2004 September
/
Gamestar_65_2004-09_dvd.iso
/
Dema
/
balloonrain_trial.exe
/
Data
/
Pak01.pak
/
menu
/
endgamemulti.menu
< prev
next >
Wrap
Text File
|
2004-06-22
|
1KB
|
110 lines
def x 320
def y 30
def dy 30
Include Menu.Def
Background LevelBack
BlockRant
FontSize Default 18 22
FontSize Selected 19 24
def #PlayerNum 1
item
{
Invisible
OnAction
{
SetCfg #PlayerNum 0 OnEnter
}
}
item
{
Text EndGame
Font Title
Pos x y
Add y dy
Add y 16
}
def y 80
item MultiP
{
Selected
CycleButton #Text
Pos x y Center
Add y dy
OnAction
{
SlideCfg #PlayerNum 0 #NbPlayer #NbPlayer
}
}
item
{
Pos 0 y
SubMenuIf #PlayerNum 1 4 EndSurvivor #PlayerNum -1
}
item
{
Pos 0 y
SubMenuIf #PlayerNum 0 0 EndMulti
}
def y 230
item
{
Pos 0 y
SubMenuIf #PlayerNum 1 4 EndStats #PlayerNum -1
}
def y 365
item
{
SubMenu SaveDemo
Pos 0 y
Add y dy
}
item
{
Text ReturnGame
Pos x y
Add y dy
OnAction
{
MenuBack
}
}
item
{
Text Options
Pos x y
Add y dy
OnAction
{
menu Options
}
}
item
{
Text ExitToMain
Pos x y
OnAction
{
menu QuitToMain
}
}