home *** CD-ROM | disk | FTP | other *** search
/ Igromania 2005 May / Igromania_2005-05.iso / DemosThemes2 / Demo1944BattleOfTheBulge / demo1944english.exe / Inf / Menu_ConquerMode.inf < prev    next >
INI File  |  2004-07-21  |  1KB  |  69 lines

  1.  
  2. [ConquerMode]
  3. {
  4.  
  5.     [Background]
  6.     {
  7.         type=Button
  8.         TwoDArea = 0, 0, 1024, 768
  9.         OnClickSound="Sounds/Interface/Click 01.wav"
  10.     }
  11.  
  12.     [ConquerModeBackground]
  13.     {
  14.         type=Image
  15.         Pos=550,605
  16.         Filename=Gfx\Interface\GameSetup\legordulo_menu.tga
  17.     }
  18.  
  19.     [ConquerMode1]
  20.     {
  21.         type=TextButton
  22.         TwoDArea = 560, 617, 300, 30
  23.         Text="#iCMODE1#"
  24.         Font=newmenu_20_white
  25.         MouseOverColor=255,255,128,255
  26.         OnClickSound="Sounds/Interface/Click 01.wav"
  27.     }
  28.  
  29.     [ConquerMode2]
  30.     {
  31.         type=TextButton
  32.         TwoDArea = 560, 647, 300, 30
  33.         Text="#iCMODE2#"
  34.         Font=newmenu_20_white
  35.         MouseOverColor=255,255,128,255
  36.         OnClickSound="Sounds/Interface/Click 01.wav"
  37.     }
  38.  
  39.     [ConquerMode3]
  40.     {
  41.         type=TextButton
  42.         TwoDArea = 560, 677, 300, 30
  43.         Text="#iCMODE3#"
  44.         Font=newmenu_20_white
  45.         MouseOverColor=255,255,128,255
  46.         OnClickSound="Sounds/Interface/Click 01.wav"
  47.     }
  48.  
  49.     [ConquerMode4]
  50.     {
  51.         type=TextButton
  52.         TwoDArea = 560, 707, 300, 30
  53.         Text="#iCMODE4#"
  54.         Font=newmenu_20_white
  55.         MouseOverColor=255,255,128,255
  56.         OnClickSound="Sounds/Interface/Click 01.wav"
  57.     }
  58.  
  59.     [MainScene2d]
  60.     {
  61.         type=Scene
  62.         Create                =FALSE
  63.         DeleteZBuffer         =FALSE
  64.         DeleteBackground      =FALSE
  65.         Render_Screen_Viewport=1
  66.     }
  67.  
  68. }
  69.