home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2004 September
/
Gamestar_65_2004-09_dvd.iso
/
Dema
/
balloonrain_trial.exe
/
Data
/
Pak01.pak
/
menu
/
multiplayer.menu
< prev
next >
Wrap
Text File
|
2004-06-22
|
588b
|
60 lines
def x 320
def y 180
def dy 60
Include Menu.Def
item
{
Text Multiplayer
Font Title
Pos x 60 Center
}
item
{
Text 2P
Pos x y Center
Add y dy
OnAction
{
SetCfg /Game/NbPlayers 2 SelectIf
menu LevelSurvivor
}
}
item
{
Text 3P
Pos x y Center
Add y dy
OnAction
{
SetCfg /Game/NbPlayers 3 SelectIf
menu LevelSurvivor
}
}
item
{
Text 4P
Pos x y Center
Add y dy
OnAction
{
SetCfg /Game/NbPlayers 4 SelectIf
menu LevelSurvivor
}
}
item
{
Text Back
Pos x 430 Center
OnAction
{
MenuBack
}
}