home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 September / Gamestar_65_2004-09_dvd.iso / Dema / balloonrain_trial.exe / Data / Pak01.pak / menu / endgame.menu < prev    next >
Text File  |  2004-06-22  |  1KB  |  109 lines

  1. def x        320
  2. def y        30
  3. def dy        25
  4.  
  5. Include Menu.Def
  6.  
  7. Background    LevelBack
  8. BlockRant
  9.  
  10. FontSize Default 18 22
  11. FontSize Selected 19 24
  12.  
  13.  
  14. item NewHiScore
  15. {
  16.     Invisible
  17.     OnAction
  18.     {
  19.         Menu EndGameHiscore
  20.         UpdateLastHiscore NewHiScore
  21.     }
  22. }
  23.  
  24. item
  25. {
  26.     Text EndGame
  27.     Font Title
  28.     Pos x y
  29.     Add y dy
  30.     Add y 16
  31. }
  32.  
  33. def y        80
  34.  
  35. item
  36. {
  37.     Pos 0 y
  38.     SubMenuIf /Game/GameMode 0 0 EndPuzzle
  39. }
  40.  
  41. item
  42. {
  43.     Pos 0 y
  44.     SubMenuIf /Game/GameMode 1 1 EndSurvivor 0
  45. }
  46.  
  47. item
  48. {
  49.     Pos 0 y
  50.     SubMenuIf /Game/GameMode 2 2 EndChallenge
  51. }
  52.  
  53.  
  54. def y        230
  55.  
  56. item
  57. {
  58.     Pos 0 y
  59.     SubMenuIf /Game/GameMode 0 2 EndStats 0
  60. }
  61.  
  62.  
  63. def y        360
  64.  
  65. item
  66. {
  67.     SubMenu SaveDemo
  68.     Pos 0 y
  69.     Add y dy
  70. }
  71.  
  72.  
  73. Include EndChooseZone.Def
  74.  
  75.  
  76. item
  77. {
  78.     Text Options
  79.     Pos x y
  80.     Add y dy
  81.     OnAction
  82.     {
  83.         menu Options
  84.     }
  85. }
  86.  
  87. item
  88. {
  89.     Text HiscoreO
  90.     Pos x y
  91.     Add y dy
  92.     OnAction
  93.     {
  94.         Menu EndGameHiscore
  95.     }
  96.     DefaultBack
  97. }
  98.  
  99. item
  100. {
  101.     Text ExitToMain
  102.     Pos x y
  103.     OnAction
  104.     {
  105.         menu QuitToMain
  106.     }
  107. }
  108.  
  109. GetFullVersion 575 10 Center Up