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

  1. Include Menu.Def
  2.  
  3. def x        320
  4. def y        250
  5. def y2        450
  6. def x1        240
  7. def x2        400
  8. def dy        -30
  9.  
  10. Font    Body    HugeChars 15 20 0xFFFFFFFF 0x0 Center Center Shadow
  11. Font    Flash    HudTitle 15 28 0xFF9FBFFF 0xCF1F2F3F
  12.  
  13. Font    TitleF    HudTitle 21 36 0xFF9FBFFF 0xCF1F2F3F
  14.  
  15. FontSize    Selected 18 24
  16. FontSize    Default 15 20
  17.  
  18. NoGetFullVersion
  19.  
  20. //Background TutoBox 70 70 500 400
  21.  
  22. item
  23. {
  24.     Pos 70 70
  25.     Image TutoBox 500 400
  26. }
  27.  
  28.  
  29. item
  30. {
  31.     Text TrialVersion
  32.     Font TitleF
  33.     Pos x 85 Center Up
  34. }
  35.  
  36.  
  37. item
  38. {
  39.     Text BuyFullVersion
  40.     Font Body
  41.     MaxTextPixelPerLine 470
  42.     Pos x y
  43. }
  44.  
  45.  
  46. item
  47. {
  48.     Text Back
  49.     Pos x y2 Center Down
  50.     OnAction
  51.     {
  52.         MenuBack
  53.     }
  54. }
  55.  
  56.  
  57. item
  58. {
  59.     Text Buy
  60.     Font Flash OnlyBgChange
  61.     Add y2 dy
  62.     Pos x y2 Center Down
  63.     OnAction
  64.     {
  65.         Exit
  66.     }
  67. }
  68.