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

  1. def x        320
  2. def y        170
  3. def dy        84
  4.  
  5. Include Menu.Def
  6.  
  7. Background ConfirmBox 130 120 380 240
  8.  
  9. NoGetFullVersion
  10.  
  11. Font    AlarmF    HugeChars 15 20 0xFFFF2F1F 0x0 Circle Center Center Shadow
  12. Font    Main    HugeChars 22 32 0xFFFFFFFF 0x7F000000
  13. FontSize Default    18 24
  14. FontSize Selected    21 28
  15.  
  16. item
  17. {
  18.     Text KeepNewMode
  19.     Font Main
  20.     Pos x y
  21.     Add y 60
  22. }
  23.  
  24. item
  25. {
  26.     Text DX6on
  27.     MaxTextPixelPerLine 350
  28.     Pos 320 y Center
  29.     add y dy
  30.     Font AlarmF
  31.     ShowIf /3dEngine/T&L 0
  32. }
  33.  
  34. item
  35. {
  36.     Text Yes
  37.     Pos 190 y Left
  38.     OnAction
  39.     {
  40.         MenuBack
  41.     }    
  42. }
  43.  
  44. item
  45. {
  46.     Text NoTimed #TimeBack
  47.     Pos 450 y Right
  48.     Add y dy
  49.     OnAction
  50.     {
  51.         RestoreIni
  52.         UpdateVideo    
  53.         MenuBack
  54.     }
  55.  
  56.     DefaultBack 15
  57.     SelectedOnEnter
  58. }