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

  1.  
  2. [CutScene]
  3. {
  4.  
  5.     shortcut = TimeWarp, KEY_ESCAPE
  6.     shortcut = Pause, KEY_SPACE
  7.     shortcut = TestEvent, KEY_CONTROL, KEY_E
  8.     shortcut = TestEvent2, KEY_CONTROL, KEY_W
  9.  
  10.     [Background]
  11.     {
  12.         type=Button
  13.         TwoDArea = 0, 0, 1024, 768
  14.     }
  15.  
  16.     [Kolbasz]
  17.     {
  18.         type=Text
  19.         TwoDArea = 352, 514, 321, 25
  20.         Color=156,150,156,255
  21.     }
  22.  
  23.     [MainScene2d]
  24.     {
  25.         type=Scene
  26.         Create                =FALSE
  27.         DeleteZBuffer         =FALSE
  28.         DeleteBackground      =FALSE
  29.         Render_Screen_Viewport=1
  30.     }
  31.  
  32.     [Text]
  33.     {
  34.         type=Text
  35.         TwoDArea = 0, 360, 1024, 40
  36.         Text="#iFEWMINUTES#"
  37.         Align=ALIGN_CENTER
  38.         Font=newmenu_35_white
  39.     }
  40.  
  41.     [PauseText]
  42.     {
  43.         type = Text
  44.         Align = 3
  45.         TwoDArea = 412, 300, 200, 20
  46.         Text = "#d##iPAUSED#"
  47.         Font = newmenu_35_white
  48.         Visible = 0
  49.     }
  50.  
  51.     [MainScene2d_2]
  52.     {
  53.         type=Scene
  54.         Create                =FALSE
  55.         DeleteZBuffer         =FALSE
  56.         DeleteBackground      =FALSE
  57.         Render_Screen_Viewport=1
  58.     }
  59.  
  60. }
  61.