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

  1.  
  2. [EpilogueDialog]
  3. {
  4.  
  5.     shortcut = MainMenu, KEY_ESCAPE
  6.  
  7.     [Image]
  8.     {
  9.         type=Image
  10.         Pos=0,0
  11.     }
  12.  
  13.     [Title]
  14.     {
  15.         type=Text
  16.         TwoDArea = 0, 50, 1024, 40
  17.         Align=ALIGN_CENTER
  18.         Font=newmenu_20_white
  19.         Color=0,0,0,255
  20.     }
  21.  
  22.     [Text]
  23.     {
  24.         type=Text
  25.         TwoDArea = 128, 200, 768, 400
  26.         Align=ALIGN_LEFT
  27.         Font=newmenu_20_white
  28.     }
  29.  
  30.     [Previous]
  31.     {
  32.         type=TextButton
  33.         TwoDArea = 256, 710, 256, 40
  34.         Align=ALIGN_CENTER
  35.         Text="#iPREVIOUS#"
  36.         Font=newmenu_20_white
  37.         Color=0,0,0,255
  38.         MouseOverColor=MENU_MOUSEOVER_COLOR
  39.         OnClickSound="Sounds/Interface/Click 01.wav"
  40.     }
  41.  
  42.     [Next]
  43.     {
  44.         type=TextButton
  45.         TwoDArea = 512, 710, 256, 40
  46.         Align=ALIGN_CENTER
  47.         Text="#iNEXT#"
  48.         Font=newmenu_20_white
  49.         Color=0,0,0,255
  50.         MouseOverColor=MENU_MOUSEOVER_COLOR
  51.         OnClickSound="Sounds/Interface/Click 01.wav"
  52.     }
  53.  
  54. ;    [MainMenu]
  55. ;    {
  56. ;        type=TextButton
  57. ;        TwoDArea = 640, 710, 256, 40
  58. ;        Align=ALIGN_CENTER
  59. ;        Text="#iMAINMENU#"
  60. ;        Font=newmenu_20_white
  61. ;        Color=0,0,0,255
  62. ;        MouseOverColor=MENU_MOUSEOVER_COLOR
  63. ;        OnClickSound="Sounds/Interface/Click 01.wav"
  64. ;    }
  65.  
  66.     [MainScene2d]
  67.     {
  68.         type=Scene
  69.         Create                =FALSE
  70.         DeleteZBuffer         =FALSE
  71.         DeleteBackground      =FALSE
  72.         Render_Screen_Viewport=1
  73.     }
  74.  
  75. }
  76.