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

  1. #define PLAYSCENARIO_TEXT_COLOR 200,180,80,255
  2. #define PLAYSCENARIO_SELECTED_TEXT_COLOR 255,220,50,255
  3. #define PLAYSCENARIO_BTN_COLOR 183,166,70,255
  4. #define PLAYSCENARIO_BTN_MOUSEOVER_COLOR 241,211,38,255
  5.  
  6.  
  7. [PlayScenario]
  8. {
  9.     shortcut = Escape, KEY_ESCAPE
  10.  
  11.     [ListBase]
  12.     {
  13.         type=Image
  14.         Filename="gfx\interface\play scenario\scen_menualap.tga"
  15.         Pos=500,130
  16.     }
  17.  
  18.     [Title]
  19.     {
  20.         type=Text
  21.         Text="#iSCENARIO#"
  22.         Font=folio
  23.         TwoDArea=530,140,220,30
  24.         Color=241,211,38,255
  25.         Align=ALIGN_CENTER
  26.     }
  27.  
  28.  
  29.     [Start]
  30.     {
  31. ;        ToolTip="#iSTART_SCENARIO#"
  32.         TwoDArea=640,455,120,20
  33.         type=TextButton
  34.         Color=PLAYSCENARIO_BTN_COLOR
  35.         MouseOverColor=PLAYSCENARIO_BTN_MOUSEOVER_COLOR
  36.         Align=ALIGN_CENTER
  37.         Text="#iSTART#"
  38.         Font=folio 
  39.     }
  40.  
  41.     [Back]
  42.     {
  43. ;        ToolTip="Back to the main menu"
  44.         TwoDArea=520,455,120,20 
  45.         type=TextButton
  46.         Color=PLAYSCENARIO_BTN_COLOR
  47.         MouseOverColor=PLAYSCENARIO_BTN_MOUSEOVER_COLOR
  48.         Align=ALIGN_CENTER
  49.         Text="#iBACK#"
  50.         Font=folio 
  51.     }
  52.  
  53.     [AvailableScenariosList]
  54.     {
  55.         Color=PLAYSCENARIO_TEXT_COLOR
  56.         SelectedColor=PLAYSCENARIO_SELECTED_TEXT_COLOR
  57.         TwoDArea=520,180,240,265
  58.         type=ListBox
  59.         Font=sima
  60.         ScrollBar = AvailableScenariosScrollBar
  61.     }
  62.  
  63.     [AvailableScenariosScrollBar]
  64.     {
  65.         TwoDArea=760,152,20,325
  66.         type=ScrollBar
  67.         BarImage=gfx\interface\play scenario\csuszka.tga
  68.     }
  69.  
  70.     [CamLeft]
  71.     {
  72.         TwoDArea=0,0,20,800
  73.         type=Button
  74.     }
  75.  
  76.     [CamRight]
  77.     {
  78.         TwoDArea=790,0,20,800
  79.         type=Button
  80.     }
  81. }