home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / DataLo~1.cab / _25425DBA55004C4894FEBBE69BD3A4BB < prev    next >
Encoding:
Text File  |  2005-09-15  |  688 b   |  32 lines

  1. !Include("..\\..\\menu\\uidef\\UILogicVis.def")
  2.  
  3. UIElem("ID_LOADING_TEXT")
  4. {
  5.     Default()
  6.     {
  7.         ForceTextLowerCase()
  8.         TextAlpha(1.0)
  9.         TextColor(1.0,1.0,1.0)
  10.         Font("MenuMedium")
  11.         FontScale(0.8)
  12.         TextPosFlags(34)
  13.         FitTextSizeWithMargin(20.0, 5.0)
  14.         Text("&MenuDelayLoading&")
  15.         Mouse(0)
  16.         Keyboard(0)
  17.         Joy(0)
  18.         Visible(1)
  19.         ParentPositioning(1)
  20.         PreviousElemPositioning(0)
  21.         ParentAlignX(4)
  22.         ParentAlignY(4)
  23.         ParentSizingX(0)
  24.         ParentSizingY(0)
  25.         FrameCornerSize(13,13)
  26.         TextureID("ModalWindowOutline")
  27.         TextureAlpha(0.8)
  28.     }
  29.     
  30. }
  31.  
  32.