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 >
Text File  |  2004-06-22  |  1KB  |  105 lines

  1. def x        320
  2. def x1        320
  3. def x2        350
  4. def y        50
  5. def dy        60
  6.  
  7. Include Menu.Def
  8.  
  9. FontSize Default 18 28
  10. FontSize Selected 21 32
  11. FontSize Title 27 40
  12.  
  13. Font    Big    HugeChars 30 40 0xFFFFFFFF 0x7F007FFF Circle Center Center Shadow
  14.  
  15.  
  16. item
  17. {
  18.     Text ProfileO
  19.     Font Title
  20.     Pos x y Center
  21.     Add y dy
  22.     Add y 16
  23. }
  24.  
  25.  
  26. item
  27. {
  28.     CycleButton
  29.     Font Big
  30.     Pos x y Center
  31.     Add y dy
  32.     Add y 16
  33.     OnAction
  34.     {
  35.         CycleProfile /Game/Profile Apply
  36.     }
  37. }
  38.  
  39.  
  40. item
  41. {
  42.     Text NewProfile
  43.     Pos x y Center
  44.     Add y dy
  45.     OnAction
  46.     {
  47.         FileNameCfg /Game/Profile 16
  48.         UpdateProfile
  49.         SaveCfg
  50.     }
  51. }
  52.  
  53.  
  54. item
  55. {
  56.     Text SetBaseProf
  57.     Pos x y Center
  58.     Add y dy
  59.     OnAction
  60.     {
  61.         SetCfg /Game/Profile Default Apply
  62.     }
  63. }
  64.  
  65.  
  66. item sOnOff
  67. {
  68.     Text ShowOnStartup
  69.     CycleButton #Text
  70.     Pos x y
  71.     Add y dy
  72.     OnAction
  73.     {
  74.         ToggleCfg /Game/ProfileStartUp
  75.     }
  76. }
  77.  
  78.  
  79. item
  80. {
  81.     Text Apply
  82.     Font Apply
  83.     Add y 10
  84.     Pos x y Center
  85.     Add y dy
  86.     OnAction
  87.     {
  88.         UpdateProfile
  89.         Apply
  90.         MenuBack
  91.     }
  92. }
  93.  
  94. item
  95. {
  96.     Text Ok
  97.     Selected
  98.     Pos x y Center
  99.     OnAction
  100.     {
  101.         RestoreCfg
  102.         MenuBack
  103.     }
  104. }
  105.