home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2004 September
/
Gamestar_65_2004-09_dvd.iso
/
Dema
/
balloonrain_trial.exe
/
Data
/
Pak01.pak
/
menu
/
difficulty.menu
< prev
next >
Wrap
Text File
|
2004-06-22
|
1KB
|
113 lines
def x 320
def y 160
def dy 45
Include Menu.Def
Font TrialF HudTitle 18 28 0xFF9FBFFF 0xCF1F2F3F Circle
FontSize Default 21 28
FontSize Selected 24 32
FontSize Title 27 36
item
{
Text ChooseDiff
Font Title
Pos x 60 Center
}
item
{
Text sDiff04
Pos x y Center
Add y dy
OnAction
{
SetCfg /Game/TimeDiff 3 SelectIf
StartGame -1
}
}
item
{
Text sDiff03
Pos x y Center
Add y dy
OnAction
{
SetCfg /Game/TimeDiff 2 SelectIf
StartGame -1
}
}
item
{
Text sDiff02
Pos x y Center
Add y dy
OnAction
{
SetCfg /Game/TimeDiff 1 SelectIf
StartGame -1
}
}
item
{
Text sDiff01
Pos x y Center
OnAction
{
SetCfg /Game/TimeDiff 0 SelectIf
StartGame -1
}
ShowIf /Intern/LimitDiff 0
}
item
{
Text sDiff01Not
Pos x y Center
Add y dy
Add y 16
Font TrialF OnlyBgChange
OnAction
{
menu BuyFullVersion
}
ShowIf /Intern/LimitDiff 1
}
item sOnOff
{
Text NoTimeLimit
CycleButton #Text
Font TrialF OnlyBgChange
Pos x y Center
Add y dy
Add y 16
OnAction
{
ToggleCfg /Game/NoTimeLimit
}
ShowIf /Intern/AllowNoTimeLimit 1
}
item
{
Text Back
Pos x 430
OnAction
{
MenuBack
}
}