home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2002 December / JOY143_CD1.iso / Data / Demos / Platoon / pl_demo.exe / Inf / Prototypes / effect_bridge_blowup.inf < prev    next >
INI File  |  2002-09-17  |  396b  |  25 lines

  1.  
  2. [effect_bridge_blowup : cEffectPlayerEntity]
  3. {
  4.     Name = effect_bridge_blowup
  5.     Scale = "1,1,1"
  6.     ModelColor = "255,255,255,128"
  7.  
  8.     [Props : cEntityProps]
  9.     {
  10.         Static = 1
  11.         Passable = 0
  12.         SelfShadow = 1
  13.         VertexColorShade = 1
  14.         ModelName = ""
  15.         SightObstacleType = 0
  16.  
  17.     }
  18.     [Effects : cEffectPlayerEntityEffects]
  19.     {
  20.         EffectName = particle_FX
  21.         SubEffect = bridge_explode
  22.  
  23.     }
  24. }
  25.