home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2004 September
/
Gamestar_65_2004-09_dvd.iso
/
Dema
/
balloonrain_trial.exe
/
Data
/
Pak01.pak
/
menu
/
profile.menu
< prev
next >
Wrap
Text File
|
2004-06-22
|
1KB
|
105 lines
def x 320
def x1 320
def x2 350
def y 50
def dy 60
Include Menu.Def
FontSize Default 18 28
FontSize Selected 21 32
FontSize Title 27 40
Font Big HugeChars 30 40 0xFFFFFFFF 0x7F007FFF Circle Center Center Shadow
item
{
Text ProfileO
Font Title
Pos x y Center
Add y dy
Add y 16
}
item
{
CycleButton
Font Big
Pos x y Center
Add y dy
Add y 16
OnAction
{
CycleProfile /Game/Profile Apply
}
}
item
{
Text NewProfile
Pos x y Center
Add y dy
OnAction
{
FileNameCfg /Game/Profile 16
UpdateProfile
SaveCfg
}
}
item
{
Text SetBaseProf
Pos x y Center
Add y dy
OnAction
{
SetCfg /Game/Profile Default Apply
}
}
item sOnOff
{
Text ShowOnStartup
CycleButton #Text
Pos x y
Add y dy
OnAction
{
ToggleCfg /Game/ProfileStartUp
}
}
item
{
Text Apply
Font Apply
Add y 10
Pos x y Center
Add y dy
OnAction
{
UpdateProfile
Apply
MenuBack
}
}
item
{
Text Ok
Selected
Pos x y Center
OnAction
{
RestoreCfg
MenuBack
}
}