home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2002 December / JOY143_CD1.iso / Data / Demos / Platoon / pl_demo.exe / Inf / Prism / MissionFinished.inf < prev    next >
INI File  |  2002-09-20  |  3KB  |  140 lines

  1. #define MISSIONFINISHED_TEXT_COLOR 200,180,80,255
  2. #define MISSIONFINISHED_SELECTED_TEXT_COLOR 255,220,50,255
  3. #define MISSIONFINISHED_BTN_COLOR 200,180,80,255
  4. #define MISSIONFINISHED_BTN_MOUSEOVER_COLOR 255,220,50,255
  5.  
  6.  
  7. [MissionFinished]
  8. {
  9.  
  10.     [BackImageSuccess]
  11.     {
  12.         type=Image
  13.         Filename="gfx\interface\missionfinished\back_success.tga"
  14.         Pos=0,0
  15.     }
  16.  
  17.     [BackImageFailure]
  18.     {
  19.         type=Image
  20.         Filename="gfx\interface\missionfinished\back_failure.tga"
  21.         Pos=0,0
  22.     }
  23.  
  24.  
  25.     [Base]
  26.     {
  27.         type=Image
  28.         Filename="gfx\interface\missionfinished\endmission-menualap.tga"
  29.         Pos=120,116
  30.     }
  31.  
  32.     [WinLooseText]
  33.     {
  34.         type=Text
  35.         Text="TEST"
  36.         Font=folio
  37.         Color=MISSIONFINISHED_SELECTED_TEXT_COLOR
  38.         TwoDArea=0,127,800,30
  39.         Color=241,211,38,255
  40.         Align=ALIGN_CENTER
  41.     }
  42.  
  43.     [ObjectivesText]
  44.     {
  45.         type=Text
  46.         Text="#iMISSION_OBJECTIVES#"
  47.         Font=sima
  48.         Color=MISSIONFINISHED_SELECTED_TEXT_COLOR
  49.         TwoDArea=0,177,800,15
  50.         Color=241,211,38,255
  51.         Align=ALIGN_CENTER
  52.     }
  53.  
  54.     [StatText]
  55.     {
  56.         type=Text
  57.         Text="#iSTATISTICS#"
  58.         Font=sima
  59.         Color=MISSIONFINISHED_SELECTED_TEXT_COLOR
  60.         TwoDArea=0,310,800,15
  61.         Color=241,211,38,255
  62.         Align=ALIGN_CENTER
  63.     }
  64.  
  65.     [StatList]
  66.     {
  67.         type=ListBox
  68.         TwoDArea=140,330,510,95
  69.         Font=sima
  70.         Color=MISSIONFINISHED_TEXT_COLOR
  71.         SelectedColor=MISSIONFINISHED_SELECTED_TEXT_COLOR
  72.         ScrollBar = StatListScrollBar
  73.         LineSpaceAfter = 3
  74.     }
  75.  
  76.     [StatListScrollBar]
  77.     {
  78.         TwoDArea=658,305,20,125
  79.         type=ScrollBar
  80.         BarImage=gfx\interface\missionfinished\csuszka.tga
  81.     }
  82.  
  83.  
  84.     [ObjectivesList]
  85.     {
  86.         type=ListBox
  87.         TwoDArea=145,192,510,95
  88.         Font=sima
  89.         Color=MISSIONFINISHED_TEXT_COLOR
  90.         SelectedColor=MISSIONFINISHED_SELECTED_TEXT_COLOR
  91.         ScrollBar = ObjectivesListScrollBar
  92.         LineSpaceAfter = 3
  93.     }
  94.  
  95.  
  96.     [ObjectivesListScrollBar]
  97.     {
  98.         TwoDArea=658,170,20,125
  99.         type=ScrollBar
  100.         BarImage=gfx\interface\missionfinished\csuszka.tga
  101.     }
  102.  
  103.  
  104.     [MainMenuButton]
  105.     {
  106.         type=TextButton
  107.         ToolTip="#iGOTOMAINMENU#"
  108.         TwoDArea=490,440,180,30
  109.         Color=MISSIONFINISHED_BTN_COLOR
  110.         MouseOverColor=MISSIONFINISHED_BTN_MOUSEOVER_COLOR
  111.         Align=ALIGN_CENTER
  112.         Text="#iMAIN_MENU#"
  113.         Font=folio
  114.     }
  115.  
  116.     [RestartButton]
  117.     {
  118.         type=TextButton
  119.         ToolTip="#iRESTART_PREVIOUS_LEVEL#"
  120.         TwoDArea=310,440,180,30
  121.         Color=MISSIONFINISHED_BTN_COLOR
  122.         MouseOverColor=MISSIONFINISHED_BTN_MOUSEOVER_COLOR
  123.         Align=ALIGN_CENTER
  124.         Text="#iRESTART#"
  125.         Font=folio
  126.     }
  127.  
  128.     [NextButton]
  129.     {
  130.         type=TextButton
  131.         ToolTip="#iNEXT_SCREEN#"
  132.         TwoDArea=310,440,360,30
  133.         Color=MISSIONFINISHED_BTN_COLOR
  134.         MouseOverColor=MISSIONFINISHED_BTN_MOUSEOVER_COLOR
  135.         Align=ALIGN_CENTER
  136.         Text="#iNEXT#"
  137.         Font=folio
  138.     }
  139.  
  140. }