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

  1.  
  2. [MissionEndDialog]
  3. {
  4.     shortcut = Back, KEY_ESCAPE
  5.     [Background]
  6.     {
  7.         type=Button
  8.         TwoDArea=0,0,1024,768
  9.     }
  10.  
  11.     [Image]
  12.     {
  13.         type=Image
  14.         Pos = 0, 0
  15.         Filename = Gfx\Interface\MISS_COMP\M_completed.tga
  16.     }
  17.  
  18.     [OK]
  19.     {
  20.         type=TextButton
  21.         TwoDArea=800, 700, 200, 40
  22.         Color=MENU_BTN_COLOR
  23.         MouseOverColor=MENU_BTN_MOUSEOVER_COLOR
  24.         Align=ALIGN_CENTER
  25.         Text="#iOK#"
  26.         Font=newmenu_20_white
  27.         OnClickSound="Sounds/Interface/Click 01.wav"
  28.     }
  29.  
  30. ;    Objectives
  31.  
  32.     [ObjectiveText0]
  33.     {
  34.         type=Text
  35.         TwoDArea=440,120,400,20
  36.     }
  37.     [ObjectiveText1]
  38.     {
  39.         type=Text
  40.         TwoDArea=440,140,400,20
  41.     }
  42.     [ObjectiveText2]
  43.     {
  44.         type=Text
  45.         TwoDArea=440,160,400,20
  46.     }
  47.     [ObjectiveText3]
  48.     {
  49.         type=Text
  50.         TwoDArea=440,180,400,20
  51.     }
  52.     [ObjectiveText4]
  53.     {
  54.         type=Text
  55.         TwoDArea=440,200,400,20
  56.     }
  57.     [ObjectiveText5]
  58.     {
  59.         type=Text
  60.         TwoDArea=440,220,400,20
  61.     }
  62.     [ObjectiveText6]
  63.     {
  64.         type=Text
  65.         TwoDArea=440,240,400,20
  66.     }
  67.     [ObjectiveText7]
  68.     {
  69.         type=Text
  70.         TwoDArea=440,260,400,20
  71.     }
  72.  
  73.     [ObjectiveIcon0]
  74.     {
  75.         type=Image
  76. #include "ObjectiveIcons.inf"
  77.         Pos=400,120
  78.     }
  79.     [ObjectiveIcon1]
  80.     {
  81.         type=Image
  82. #include "ObjectiveIcons.inf"
  83.         Pos=400,140
  84.     }
  85.     [ObjectiveIcon2]
  86.     {
  87.         type=Image
  88. #include "ObjectiveIcons.inf"
  89.         Pos=400,160
  90.     }
  91.     [ObjectiveIcon3]
  92.     {
  93.         type=Image
  94. #include "ObjectiveIcons.inf"
  95.         Pos=400,180
  96.     }
  97.     [ObjectiveIcon4]
  98.     {
  99.         type=Image
  100. #include "ObjectiveIcons.inf"
  101.         Pos=400,200
  102.     }
  103.     [ObjectiveIcon5]
  104.     {
  105.         type=Image
  106. #include "ObjectiveIcons.inf"
  107.         Pos=400,220
  108.     }
  109.     [ObjectiveIcon6]
  110.     {
  111.         type=Image
  112. #include "ObjectiveIcons.inf"
  113.         Pos=400,240
  114.     }
  115.     [ObjectiveIcon7]
  116.     {
  117.         type=Image
  118. #include "ObjectiveIcons.inf"
  119.         Pos=400,260
  120.     }
  121.  
  122.  
  123.     [MainScene2d]
  124.     {
  125.         type=Scene
  126.         Create                =FALSE
  127.         DeleteZBuffer         =FALSE
  128.         DeleteBackground      =FALSE
  129.         Render_Screen_Viewport=1
  130.     }
  131.  
  132. }
  133.