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

  1. def x        320
  2. def y        265
  3. def y1        195
  4. def y2        410
  5.  
  6. Include Menu.Def
  7.  
  8. Font    TitleF    HudTitle 21 36 0xFF9FBFFF 0xCF1F2F3F Circle
  9. Font    Default    HugeChars 12 16 0xFFFFFFFF 0x0 Center Center Shadow
  10. Font    BackF    HugeChars 12 16 0xFFAFFFCF 0xF0000000 Circle
  11.  
  12. FontSize    Selected 18 24
  13.  
  14.  
  15. item
  16. {
  17.     Pos 110 90
  18.     Image TutoBox 420 340
  19. }
  20.  
  21. item
  22. {
  23.     Text NagTitle
  24.     Font TitleF
  25.     Pos x 105 Center Up
  26. }
  27.  
  28.  
  29. item
  30. {
  31.     Text NagQuit #TimeBack
  32.     Font BackF
  33.     Pos x y1 Center Down
  34. }
  35.  
  36.  
  37. item
  38. {
  39.     Text Nagger
  40.     MaxTextPixelPerLine 390
  41.     Pos x y
  42. }
  43.  
  44.  
  45. item
  46. {
  47.     Text NagQuit #TimeBack
  48.     Font BackF
  49.     Pos x y2 Center Down
  50. }
  51.  
  52.  
  53. item
  54. {
  55.     OnAction
  56.     {
  57.         Exit
  58.     }
  59.  
  60.     DefaultBack -2
  61.     Unselectable
  62. }
  63.  
  64. GetFullVersion 320 320 Center Up
  65.