home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2004 September
/
Gamestar_65_2004-09_dvd.iso
/
Dema
/
balloonrain_trial.exe
/
Data
/
Pak01.pak
/
menu
/
options.menu
< prev
next >
Wrap
Text File
|
2004-06-22
|
865b
|
104 lines
def x 320
def y 40
def dy 44
Include Menu.Def
item
{
Text Options
Font Title
Pos x y Center
Add y dy
Add y 32
}
item
{
Text ProfileO
Pos x y Center
Add y dy
OnAction
{
menu Profile
}
}
item
{
Text ControlsO
Pos x y Center
Add y dy
OnAction
{
menu Controls
}
}
item
{
Text AudioO
Pos x y Center
Add y dy
OnAction
{
menu Audio
}
}
item
{
Text VideoO
Pos x y Center
Add y dy
OnAction
{
menu Video
}
}
item
{
Text GameO
Pos x y Center
Add y dy
OnAction
{
menu Game
}
}
item
{
Text HiscoreO
Pos x y Center
Add y dy
OnAction
{
menu Hiscore
}
}
item
{
Text StatO
Pos x y Center
Add y dy
OnAction
{
menu Stat
}
}
item
{
Text Back
Add y 24
Pos x y Center
Add y dy
OnAction
{
MenuBack
}
}