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

  1. #define PLAYCAMPAIGN_TEXT_COLOR 200,180,80,255
  2. #define PLAYCAMPAIGN_SELECTED_TEXT_COLOR 255,220,50,255
  3. #define PLAYCAMPAIGN_BTN_COLOR 183,166,70,255
  4. #define PLAYCAMPAIGN_BTN_MOUSEOVER_COLOR 241,211,38,255
  5.  
  6. [PlayCampaign]
  7. {
  8.     shortcut = Escape, KEY_ESCAPE
  9.  
  10.     [ListBase]
  11.     {
  12.         type=Image
  13.         Filename="gfx\interface\play campaign\camp_menualap.tga"
  14.         Pos=410,130
  15.     }
  16.  
  17.  
  18.     [Title]
  19.     {
  20.         type=Text
  21.         Text="#iCAMPAIGN#"
  22.         Font=folio
  23.         TwoDArea=440,140,310,30
  24.         Color=241,211,38,255
  25.         Align=ALIGN_CENTER
  26.     }
  27.  
  28.  
  29.     [Start]
  30.     {
  31. ;        ToolTip="#iSTART_SELECTED#"
  32.         TwoDArea=595,455,165,20
  33.         type=TextButton
  34.         Color=PLAYCAMPAIGN_BTN_COLOR
  35.         MouseOverColor=PLAYCAMPAIGN_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=430,455,165,20 
  45.         type=TextButton
  46.         Color=PLAYCAMPAIGN_BTN_COLOR
  47.         MouseOverColor=PLAYCAMPAIGN_BTN_MOUSEOVER_COLOR
  48.         Align=ALIGN_CENTER
  49.         Text="#iBACK#"
  50.         Font=folio 
  51.     }
  52.  
  53.     [AvailableCampaignsList]
  54.     {
  55.         Color=PLAYCAMPAIGN_TEXT_COLOR
  56.         SelectedColor=PLAYCAMPAIGN_SELECTED_TEXT_COLOR
  57.         TwoDArea=430,180,330,265
  58.         type=ListBox
  59.         Font=sima
  60.         ScrollBar = AvailableCampaignsScrollBar
  61.     }
  62.  
  63.     [AvailableCampaignsScrollBar]
  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.  
  82. }