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

  1. def x        320
  2. def y        200
  3. def y2        440
  4.  
  5. Include Menu.Def
  6. BlockRant
  7.  
  8. Font    Body    HugeChars 15 21 0xFFFFFFFF 0x0 Center Center Shadow
  9. FontSize    Default 21 28
  10. FontSize    Selected 24 32
  11.  
  12. Background    LevelBack
  13.  
  14.  
  15. item
  16. {
  17.     Text LevelDoneT
  18.     Font Title
  19.     Pos x 30
  20. }
  21.  
  22.  
  23. item
  24. {
  25.     Pos 100 70
  26.     Image TutoBox 440 260
  27. }
  28.  
  29.  
  30. item
  31. {
  32.     Text TrialLevelDone
  33.     MaxTextPixelPerLine 410
  34.     Font Body
  35.     Pos x y
  36. }
  37.  
  38.  
  39. item
  40. {
  41.     Text Back
  42.     Pos x y2 Center Down
  43.     OnAction
  44.     {
  45.         MenuBack
  46.     }
  47. }
  48.