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

  1. def x        320
  2. def y        250
  3. def y2        450
  4.  
  5. Include Menu.Def
  6.  
  7. Font    Body        HugeChars 12 16 0xFFFFFFFF 0x0 Center Center Shadow
  8. FontSize    Default 15 20
  9. FontSize    Selected 18 24
  10.  
  11. Background IdIcon
  12.  
  13. BlockRant
  14.  
  15. item
  16. {
  17.     Pos 70 70
  18.     Image TutoBox 500 400
  19. }
  20.  
  21. item
  22. {
  23.     Text Instruction
  24.     Font Title
  25.     Pos x 40
  26. }
  27.  
  28.  
  29. item Instruction
  30. {
  31.     MaxTextPixelPerLine 470
  32.     CycleButton #Text
  33.     Font Body
  34.     OnAction
  35.     {
  36.         ToggleCfg /Game/Class
  37.     }
  38.     Pos x y
  39.     UnSelectable
  40. }
  41.  
  42.  
  43. item
  44. {
  45.     Text Back
  46.     Pos x y2 Center Down
  47.     OnAction
  48.     {
  49.         MenuBack
  50.     }
  51. }
  52.