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

  1.    
  2. [GraphicsOptionsMenu]
  3. {
  4.  
  5.     shortcut = Back, KEY_ESCAPE
  6.  
  7.     [Background]
  8.     {
  9.         type=Image
  10.         Pos=0,0
  11.         Filename=Gfx\Interface\Options\Graphics.tga
  12.     }
  13.  
  14.     [Background2]
  15.     {
  16.         type=Button
  17.         TwoDArea = 0, 0, 1024, 768
  18.     }
  19.  
  20.     [Title]
  21.     {
  22.         type=Text
  23.         TwoDArea = 0, 112, 1024, 0
  24.         Align=ALIGN_CENTER
  25.         Text="#iGRAPHICSOPTIONS#"
  26.         Color=0,0,0,255
  27.         Font=newmenu_35_white
  28.     }
  29.  
  30.     [ResolutionText]
  31.     {
  32.         type=Text
  33.         TwoDArea = 206, 194, 256, 40
  34.         Text="#iRESOLUTION#"
  35.         Font=newmenu_20_white
  36.     }
  37.  
  38.     [ResolutionValue]
  39.     {
  40.         type=Text
  41.         TwoDArea = 370, 194, 256, 40
  42.         Text="1024X768"
  43.         Font=newmenu_20_white
  44.         ToolTip="X"
  45.     }
  46.  
  47.     [ResolutionSliderBackground]
  48.     {
  49.         type=Button
  50.         TwoDArea = 480, 192, 320, 20
  51.     }
  52.  
  53.     [ResolutionSlider]
  54.     {
  55.         type=Slider
  56.         TwoDArea = 493, 193, 298, 40
  57.         Steps=5
  58.         BarImage=Gfx\Interface\Menu\slider.tga
  59.     }
  60.  
  61. ;    [BrightnessText]
  62. ;    {
  63. ;        type=Text
  64. ;        TwoDArea = 185, 173, 256, 40
  65. ;        Text="#iBRIGHTNESS#"
  66. ;        Font=newmenu_20_white
  67. ;    }
  68.  
  69. ;    [BrightnessSliderBackground]
  70. ;    {
  71. ;        type=Image
  72. ;        Pos=442,176
  73. ;        Filename=Gfx\Interface\Menu\slider_alap.tga
  74. ;    }
  75.  
  76. ;    [BrightnessSlider]
  77. ;    {
  78. ;        type=Slider
  79. ;        TwoDArea = 437, 173, 400, 40
  80. ;        Steps=16
  81. ;        BarImage=Gfx\Interface\Menu\slider.tga
  82. ;    }
  83.  
  84.     [TextureDetailText]
  85.     {
  86.         type=Text
  87.         TwoDArea = 206, 237, 256, 40
  88.         Text="#iTEXTUREDETAIL#"
  89.         Font=newmenu_20_white
  90.     }
  91.  
  92.     [TextureDetailLow]
  93.     {
  94.         type=RadioButton
  95.         TwoDArea = 421, 232, 0, 0
  96.         CheckedImage=Gfx\Interface\Menu\button_2.tga
  97.         UnCheckedImage=Gfx\Interface\Menu\button_1.tga
  98.         Group=1
  99.         OnClickSound="Sounds/Interface/Click 01.wav"
  100.     }
  101.  
  102.     [TextureDetailMedium]
  103.     {
  104.         type=RadioButton
  105.         TwoDArea = 466, 232, 0, 0
  106.         CheckedImage=Gfx\Interface\Menu\button_2.tga
  107.         UnCheckedImage=Gfx\Interface\Menu\button_1.tga
  108.         Group=1 
  109.         OnClickSound="Sounds/Interface/Click 01.wav"
  110.     }
  111.  
  112.     [TextureDetailHigh]
  113.     {
  114.         type=RadioButton
  115.         TwoDArea = 511, 232, 0, 0
  116.         CheckedImage=Gfx\Interface\Menu\button_2.tga
  117.         UnCheckedImage=Gfx\Interface\Menu\button_1.tga
  118.         Group=1
  119.         OnClickSound="Sounds/Interface/Click 01.wav"
  120.     }
  121.  
  122.     [TextureDetailLowText]
  123.     {
  124.         type=Text
  125.         TwoDArea = 372, 264, 128, 40
  126.         Align=ALIGN_CENTER
  127.         Text="#iLOW#"    
  128.         Font=newmenu_14_white
  129.     }
  130.  
  131.     [TextureDetailMediumText]
  132.     {
  133.         type=Text
  134.         TwoDArea = 417, 264, 128, 40
  135.         Align=ALIGN_CENTER
  136.         Text="#iMEDIUM#"
  137.         Font=newmenu_14_white
  138.     }
  139.  
  140.     [TextureDetailHighText]
  141.     {
  142.         type=Text
  143.         TwoDArea = 462, 264, 128, 40
  144.         Align=ALIGN_CENTER
  145.         Text="#iHIGH#"
  146.         Font=newmenu_14_white
  147.     }
  148.  
  149. ;    [ColorDepthText]
  150. ;    {
  151. ;        type=Text
  152. ;        TwoDArea = 185, 215, 256, 40
  153. ;        Text="#iCOLORDEPTH#"
  154. ;        Font=newmenu_20_white
  155. ;    }
  156.  
  157. ;    [ColorDepth16]
  158. ;    {
  159. ;        type=RadioButton
  160. ;        TwoDArea = 370, 208, 0, 0
  161. ;        CheckedImage=Gfx\Interface\Menu\button_2.tga
  162. ;        UnCheckedImage=Gfx\Interface\Menu\button_1.tga
  163. ;        Group=2
  164. ;        OnClickSound="Sounds/Interface/Click 01.wav"
  165. ;    }
  166.  
  167. ;    [ColorDepth32]
  168. ;    {
  169. ;        type=RadioButton
  170. ;        TwoDArea = 430, 208, 0, 0
  171. ;        CheckedImage=Gfx\Interface\Menu\button_2.tga
  172. ;        UnCheckedImage=Gfx\Interface\Menu\button_1.tga
  173. ;        Group=2
  174. ;        OnClickSound="Sounds/Interface/Click 01.wav"
  175. ;    }
  176.  
  177. ;    [ColorDepth16Text]
  178. ;    {
  179. ;        type=Text
  180. ;        TwoDArea = 295, 250, 128, 40
  181. ;        Align=ALIGN_CENTER
  182. ;        Text="16bit"
  183. ;        Font=newmenu_20_white
  184. ;    }
  185.  
  186. ;    [ColorDepth32Text]
  187. ;    {
  188. ;        type=Text
  189. ;        TwoDArea = 355, 250, 128, 40
  190. ;        Align=ALIGN_CENTER
  191. ;        Text="32bit"
  192. ;        Font=newmenu_20_white
  193. ;    }
  194.  
  195. ;    [ModelDetailText]
  196. ;    {
  197. ;        type=Text
  198. ;        TwoDArea = 206, 290, 256, 40
  199. ;        Text="#iMODELDETAIL#"
  200. ;        Font=newmenu_20_white
  201. ;    }
  202. ;
  203. ;    [ModelDetailLow]
  204. ;    {
  205. ;        type=RadioButton
  206. ;        TwoDArea = 421, 285, 0, 0
  207. ;        CheckedImage=Gfx\Interface\Menu\button_2.tga
  208. ;        UnCheckedImage=Gfx\Interface\Menu\button_1.tga
  209. ;        Group=3
  210. ;        OnClickSound="Sounds/Interface/Click 01.wav"
  211. ;    }
  212. ;
  213. ;    [ModelDetailMedium]
  214. ;    {
  215. ;        type=RadioButton
  216. ;        TwoDArea = 466, 285, 0, 0
  217. ;        CheckedImage=Gfx\Interface\Menu\button_2.tga
  218. ;        UnCheckedImage=Gfx\Interface\Menu\button_1.tga
  219. ;        Group=3 
  220. ;        OnClickSound="Sounds/Interface/Click 01.wav"
  221. ;    }
  222. ;
  223. ;    [ModelDetailHigh]
  224. ;    {
  225. ;        type=RadioButton
  226. ;        TwoDArea = 511, 285, 0, 0
  227. ;        CheckedImage=Gfx\Interface\Menu\button_2.tga
  228. ;        UnCheckedImage=Gfx\Interface\Menu\button_1.tga
  229. ;        Group=3
  230. ;        OnClickSound="Sounds/Interface/Click 01.wav"
  231. ;    }
  232. ;
  233. ;    [ModelDetailLowText]
  234. ;    {
  235. ;        type=Text
  236. ;        TwoDArea = 372, 317, 128, 40
  237. ;        Align=ALIGN_CENTER
  238. ;        Text="#iLOW#"
  239. ;        Font=newmenu_14_white
  240. ;    }
  241. ;
  242. ;    [ModelDetailMediumText]
  243. ;    {
  244. ;        type=Text
  245. ;        TwoDArea = 417, 317, 128, 40
  246. ;        Align=ALIGN_CENTER
  247. ;        Text="#iMEDIUM#"
  248. ;        Font=newmenu_14_white
  249. ;    }
  250. ;
  251. ;    [ModelDetailHighText]
  252. ;    {
  253. ;        type=Text
  254. ;        TwoDArea = 462, 317, 128, 40
  255. ;        Align=ALIGN_CENTER
  256. ;        Text="#iHIGH#"
  257. ;        Font=newmenu_14_white
  258. ;    }
  259.  
  260. ;    [ShadowsText]
  261. ;    {
  262. ;        type=Text
  263. ;        TwoDArea = 588, 191, 256, 40
  264. ;        Text="#iSHADOWS#"
  265. ;        Font=newmenu_20_white
  266. ;    }
  267.  
  268. ;    [Shadows]
  269. ;    {
  270. ;        type=CheckBox
  271. ;        TwoDArea = 797, 232, 0, 0
  272. ;        CheckedImage=Gfx\Interface\Menu\button_2.tga
  273. ;        UnCheckedImage=Gfx\Interface\Menu\button_1.tga
  274. ;        OnClickSound="Sounds/Interface/Click 02.wav"
  275. ;    }
  276.  
  277.     [ParticleDetailText]
  278.     {
  279.         type=Text
  280.         TwoDArea = 206, 290, 256, 40
  281.         Text="#iPARTICLEDETAIL#"
  282.         Font=newmenu_20_white
  283.     }
  284.  
  285.     [ParticleDetailLow]
  286.     {
  287.         type=RadioButton
  288.         TwoDArea = 421, 285, 0, 0
  289.         CheckedImage=Gfx\Interface\Menu\button_2.tga
  290.         UnCheckedImage=Gfx\Interface\Menu\button_1.tga
  291.         Group=4
  292.         OnClickSound="Sounds/Interface/Click 01.wav"
  293.     }
  294.  
  295.     [ParticleDetailMedium]
  296.     {
  297.         type=RadioButton
  298.         TwoDArea = 466, 285, 0, 0
  299.         CheckedImage=Gfx\Interface\Menu\button_2.tga
  300.         UnCheckedImage=Gfx\Interface\Menu\button_1.tga
  301.         Group=4 
  302.         OnClickSound="Sounds/Interface/Click 01.wav"
  303.     }
  304.  
  305.     [ParticleDetailHigh]
  306.     {
  307.         type=RadioButton
  308.         TwoDArea = 511, 285, 0, 0
  309.         CheckedImage=Gfx\Interface\Menu\button_2.tga
  310.         UnCheckedImage=Gfx\Interface\Menu\button_1.tga
  311.         Group=4
  312.         OnClickSound="Sounds/Interface/Click 01.wav"
  313.     }
  314.  
  315.     [ParticleDetailLowText]
  316.     {
  317.         type=Text
  318.         TwoDArea = 372, 317, 128, 40
  319.         Align=ALIGN_CENTER
  320.         Text="#iLOW#"
  321.         Font=newmenu_14_white
  322.     }
  323.  
  324.     [ParticleDetailMediumText]
  325.     {
  326.         type=Text
  327.         TwoDArea = 417, 317, 128, 40
  328.         Align=ALIGN_CENTER
  329.         Text="#iMEDIUM#"
  330.         Font=newmenu_14_white
  331.     }
  332.  
  333.     [ParticleDetailHighText]
  334.     {
  335.         type=Text
  336.         TwoDArea = 462, 317, 128, 40
  337.         Align=ALIGN_CENTER
  338.         Text="#iHIGH#"
  339.         Font=newmenu_14_white
  340.     }
  341.  
  342.     [ShadowDetailText]
  343.     {
  344.         type=Text
  345.         TwoDArea = 206, 343, 256, 40
  346.         Text="#iSHADOWRESOLUTION#"
  347.         Font=newmenu_20_white
  348.     }
  349.  
  350.     [ShadowDetailOff]
  351.     {
  352.         type=RadioButton
  353.         TwoDArea = 421, 338, 0, 0
  354.         CheckedImage=Gfx\Interface\Menu\button_2.tga
  355.         UnCheckedImage=Gfx\Interface\Menu\button_1.tga
  356.         Group=5
  357.         OnClickSound="Sounds/Interface/Click 01.wav"
  358.     }
  359.  
  360.     [ShadowDetailLow]
  361.     {
  362.         type=RadioButton
  363.         TwoDArea = 466, 338, 0, 0
  364.         CheckedImage=Gfx\Interface\Menu\button_2.tga
  365.         UnCheckedImage=Gfx\Interface\Menu\button_1.tga
  366.         Group=5
  367.         OnClickSound="Sounds/Interface/Click 01.wav"
  368.     }
  369.  
  370.     [ShadowDetailHigh]
  371.     {
  372.         type=RadioButton
  373.         TwoDArea = 511, 338, 0, 0
  374.         CheckedImage=Gfx\Interface\Menu\button_2.tga
  375.         UnCheckedImage=Gfx\Interface\Menu\button_1.tga
  376.         Group=5
  377.         OnClickSound="Sounds/Interface/Click 01.wav"
  378.     }
  379.  
  380.     [ShadowDetailOffText]
  381.     {
  382.         type=Text
  383.         TwoDArea = 372, 370, 128, 40
  384.         Align=ALIGN_CENTER
  385.         Text="#iSHADOW_OFF#"
  386.         Font=newmenu_14_white
  387.     }
  388.  
  389.     [ShadowDetailLowText]
  390.     {
  391.         type=Text
  392.         TwoDArea = 417, 370, 128, 40
  393.         Align=ALIGN_CENTER
  394.         Text="#iLOW#"
  395.         Font=newmenu_14_white
  396.     }
  397.  
  398.     [ShadowDetailHighText]
  399.     {
  400.         type=Text
  401.         TwoDArea = 462, 370, 128, 40
  402.         Align=ALIGN_CENTER
  403.         Text="#iHIGH#"
  404.         Font=newmenu_14_white
  405.     }
  406.  
  407.     [DecalsText]
  408.     {
  409.         type=Text
  410.         TwoDArea = 588, 237, 256, 40
  411.         Text="#iDYNAMICDECALS#"
  412.         Font=newmenu_20_white
  413.     }
  414.  
  415.     [Decals]
  416.     {
  417.         type=CheckBox
  418.         TwoDArea = 797, 233, 0, 0
  419.         CheckedImage=Gfx\Interface\Menu\button_2.tga
  420.         UnCheckedImage=Gfx\Interface\Menu\button_1.tga
  421.         OnClickSound="Sounds/Interface/Click 02.wav"
  422.     }
  423.  
  424.     [FogText]
  425.     {
  426.         type=Text
  427.         TwoDArea = 588, 290, 256, 40
  428.         Text="#iFOG#"
  429.         Font=newmenu_20_white
  430.     }
  431.  
  432.     [Fog]
  433.     {
  434.         type=CheckBox
  435.         TwoDArea = 797, 286, 0, 0
  436.         CheckedImage=Gfx\Interface\Menu\button_2.tga
  437.         UnCheckedImage=Gfx\Interface\Menu\button_1.tga
  438.         OnClickSound="Sounds/Interface/Click 02.wav"
  439.     }
  440.  
  441.     [WireText]
  442.     {
  443.         type=Text
  444.         TwoDArea = 588, 343, 256, 40
  445.         Text="#iWIRES#"
  446.         Font=newmenu_20_white
  447.     }
  448.  
  449.     [Wire]
  450.     {
  451.         type=CheckBox
  452.         TwoDArea = 797, 339, 0, 0
  453.         CheckedImage=Gfx\Interface\Menu\button_2.tga
  454.         UnCheckedImage=Gfx\Interface\Menu\button_1.tga
  455.         OnClickSound="Sounds/Interface/Click 02.wav"
  456.     }
  457.  
  458.     [GrassText]
  459.     {
  460.         type=Text
  461.         TwoDArea = 588, 396, 256, 40
  462.         Text="#iGRASS#"
  463.         Font=newmenu_20_white
  464.     }
  465.  
  466.     [Grass]
  467.     {
  468.         type=CheckBox
  469.         TwoDArea = 797, 392, 0, 0
  470.         CheckedImage=Gfx\Interface\Menu\button_2.tga
  471.         UnCheckedImage=Gfx\Interface\Menu\button_1.tga
  472.         OnClickSound="Sounds/Interface/Click 02.wav"
  473.     }
  474.  
  475.     [WaterText]
  476.     {
  477.         type=Text
  478.         TwoDArea = 206, 396, 256, 40
  479.         Text="#iWATER#"
  480.         Font=newmenu_20_white
  481.     }
  482.  
  483.     [Water]
  484.     {
  485.         type=CheckBox
  486.         TwoDArea = 466, 392, 0, 0
  487.         CheckedImage=Gfx\Interface\Menu\button_2.tga
  488.         UnCheckedImage=Gfx\Interface\Menu\button_1.tga
  489.         OnClickSound="Sounds/Interface/Click 02.wav"
  490.     }
  491.  
  492. ;    [AnimQualityText]
  493. ;    {
  494. ;        type=Text
  495. ;        TwoDArea = 555, 235, 256, 40
  496. ;        Text="#iANIMQUALITY#"
  497. ;        Font=newmenu_20_white
  498. ;    }
  499.  
  500. ;    [AnimQualityLow]
  501. ;    {
  502. ;        type=RadioButton
  503. ;        TwoDArea = 740, 228, 0, 0
  504. ;        CheckedImage=Gfx\Interface\Menu\button_2.tga
  505. ;        UnCheckedImage=Gfx\Interface\Menu\button_1.tga
  506. ;        Group=5
  507. ;        OnClickSound="Sounds/Interface/Click 01.wav"
  508. ;    }
  509.  
  510. ;    [AnimQualityHigh]
  511. ;    {
  512. ;        type=RadioButton
  513. ;        TwoDArea = 800, 228, 0, 0
  514. ;        CheckedImage=Gfx\Interface\Menu\button_2.tga
  515. ;        UnCheckedImage=Gfx\Interface\Menu\button_1.tga
  516. ;        Group=5 
  517. ;        OnClickSound="Sounds/Interface/Click 01.wav"
  518. ;    }
  519.  
  520. ;    [AnimQualityLowText]
  521. ;    {
  522. ;        type=Text
  523. ;        TwoDArea = 694, 270, 128, 40
  524. ;        Align=ALIGN_CENTER
  525. ;        Text="#iLOW#"
  526. ;        Font=newmenu_20_white
  527. ;    }
  528.  
  529. ;    [AnimQualityHighText]
  530. ;    {
  531. ;        type=Text
  532. ;        TwoDArea = 754, 270, 128, 40
  533. ;        Align=ALIGN_CENTER
  534. ;        Text="#iHIGH#"
  535. ;        Font=newmenu_20_white
  536. ;    }
  537.  
  538.     [GraphicsDetailText]
  539.     {
  540.         type=Text
  541.         TwoDArea = 166, 468, 1024, 40
  542.         Align=ALIGN_LEFT
  543.         Text="#iGRAPHICSDETAIL#"
  544.         Font=newmenu_20_white
  545.     }
  546.  
  547.     [Low]
  548.     {
  549.         type=TextButton
  550.         TwoDArea = 349, 468, 155, 25
  551.         Align=ALIGN_CENTER
  552.         Text="#iLOW#"
  553.         Font=newmenu_20_white
  554.         MouseOverColor=MENU_MOUSEOVER_COLOR
  555.         OnClickSound="Sounds/Interface/Click 01.wav"
  556.         DropShadow=1;
  557.     }
  558.  
  559.     [Medium]
  560.     {
  561.         type=TextButton
  562.         TwoDArea = 515, 468, 155, 25
  563.         Align=ALIGN_CENTER
  564.         Text="#iMEDIUM#"
  565.         Font=newmenu_20_white
  566.         MouseOverColor=MENU_MOUSEOVER_COLOR
  567.         OnClickSound="Sounds/Interface/Click 01.wav"
  568.         DropShadow=1;
  569.     }
  570.  
  571.     [High]
  572.     {
  573.         type=TextButton
  574.         TwoDArea = 680, 468, 155, 25
  575.         Align=ALIGN_CENTER
  576.         Text="#iHIGH#"
  577.         Font=newmenu_20_white
  578.         MouseOverColor=MENU_MOUSEOVER_COLOR
  579.         OnClickSound="Sounds/Interface/Click 01.wav"
  580.         DropShadow=1;
  581.     }
  582.  
  583.     [Graphics]
  584.     {
  585.         type=TextButton
  586.         TwoDArea = 158, 549, 167, 25
  587.         Align=ALIGN_CENTER
  588.         Text="#iGRAPHICS#"
  589.         Font=newmenu_20_white
  590.         Color=MENU_MOUSEOVER_COLOR
  591.         ShadowColor=MAINMENU_BTN_SHADOWCOLOR
  592.         OnClickSound="Sounds/Interface/Click 01.wav"
  593.         DropShadow=1;
  594.     }
  595.  
  596.     [Sound]
  597.     {
  598.         type=TextButton
  599.         TwoDArea = 338, 549, 167, 25
  600.         Align=ALIGN_CENTER
  601.         Text="#iSOUND#"
  602.         Font=newmenu_20_white
  603.         ShadowColor=MAINMENU_BTN_SHADOWCOLOR
  604.         MouseOverColor=MENU_MOUSEOVER_COLOR
  605.         OnClickSound="Sounds/Interface/Click 01.wav"
  606.         DropShadow=1;
  607.     }
  608.  
  609.     [Game]
  610.     {
  611.         type=TextButton
  612.         TwoDArea = 518, 549, 167, 25
  613.         Align=ALIGN_CENTER
  614.         Text="#iGAME#"
  615.         Font=newmenu_20_white
  616.         ShadowColor=MAINMENU_BTN_SHADOWCOLOR
  617.         MouseOverColor=MENU_MOUSEOVER_COLOR
  618.         OnClickSound="Sounds/Interface/Click 01.wav"
  619.         DropShadow=1;
  620.     }
  621.  
  622.     [Controls]
  623.     {
  624.         type=TextButton
  625.         TwoDArea = 697, 549, 167, 25
  626.         Align=ALIGN_CENTER
  627.         Text="#iCONTROLS#"
  628.         Font=newmenu_20_white
  629.         ShadowColor=MAINMENU_BTN_SHADOWCOLOR
  630.         MouseOverColor=MENU_MOUSEOVER_COLOR
  631.         OnClickSound="Sounds/Interface/Click 01.wav"
  632.         DropShadow=1;
  633.     }
  634.  
  635.     [Back]
  636.     {
  637.         type=TextButton
  638.         TwoDArea = 261, 580, 134, 25
  639.         Align=ALIGN_CENTER
  640.         Text="#iBACK#"
  641.         Font=newmenu_20_white
  642.         ShadowColor=MAINMENU_BTN_SHADOWCOLOR
  643.         MouseOverColor=MENU_MOUSEOVER_COLOR
  644.         OnClickSound="Sounds/Interface/Click 01.wav"
  645.         DropShadow=1;
  646.     }
  647.  
  648.     [Default]
  649.     {
  650.         type=TextButton
  651.         TwoDArea = 447, 580, 134, 25
  652.         Align=ALIGN_CENTER
  653.         Text="#iDEFAULT#"
  654.         Font=newmenu_20_white
  655.         ShadowColor=MAINMENU_BTN_SHADOWCOLOR
  656.         MouseOverColor=MENU_MOUSEOVER_COLOR
  657.         OnClickSound="Sounds/Interface/Click 01.wav"
  658.         DropShadow=1;
  659.     }
  660.  
  661.     [Apply]
  662.     {
  663.         type=TextButton
  664.         TwoDArea = 633, 580, 134, 25
  665.         Align=ALIGN_CENTER
  666.         Text="#iAPPLY#"
  667.         Font=newmenu_20_white
  668.         ShadowColor=MAINMENU_BTN_SHADOWCOLOR
  669.         MouseOverColor=MENU_MOUSEOVER_COLOR
  670.         OnClickSound="Sounds/Interface/Click 01.wav"
  671.         DropShadow=1;
  672.     }
  673.  
  674.     [MainScene2d]
  675.     {
  676.         type=Scene
  677.         Create                =FALSE
  678.         DeleteZBuffer         =FALSE
  679.         DeleteBackground      =FALSE
  680.         Render_Screen_Viewport=1
  681.     }
  682.  
  683. }
  684.