home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2002 December / JOY143_CD1.iso / Data / Demos / Platoon / pl_demo.exe / Inf / Prism / GameViewport.inf < prev    next >
INI File  |  2002-10-01  |  781b  |  37 lines

  1. [GameViewport]
  2. {
  3.     shortcut = RotateLeft, KEY_DELETE
  4.     shortcut = RotateRight, KEY_END
  5.     shortcut = PitchUp, KEY_PRIOR
  6.     shortcut = PitchDown, KEY_NEXT
  7.     shortcut = ZoomIn, KEY_INSERT
  8.     shortcut = ZoomOut, KEY_HOME
  9.         shortcut = Kill       , KEY_SHIFT,KEY_K
  10.         shortcut = KillAll    , KEY_CONTROL, KEY_A
  11.     shortcut=  Pause, KEY_SPACE
  12.  
  13.     shortcut = RotateLeft2, KEY_LEFT, KEY_CONTROL
  14.     shortcut = RotateRight2, KEY_RIGHT, KEY_CONTROL
  15.  
  16.     [MainScene]
  17.     {
  18.         type=Scene
  19.  
  20.         Create    = FALSE
  21.         DeleteZBuffer=TRUE
  22.         DeleteBackground=TRUE
  23.     }
  24.  
  25.         [Background]
  26.         {
  27.                 type=Button
  28.         TwoDArea=0,0,800,600
  29.         }
  30.  
  31.  
  32.         [DrawCallback]
  33.         {
  34.                 type=Button                                               
  35.         }
  36. }
  37.