home *** CD-ROM | disk | FTP | other *** search
/ Enter 2005 March / ENTER.ISO / files / fwp-0.0.6-win32-installer.exe / explosion_tiny.shader < prev    next >
Encoding:
Text File  |  2004-11-05  |  360 b   |  21 lines

  1. shader "explosion_tiny"
  2. {
  3.     base
  4.     {
  5.         flags = BLEND | NO_LIGHTING | ALPHA_TEST | TWO_SIDED
  6.         alphaFunc GREATER 0.01
  7.         blendFunc SRC_ALPHA ONE_MINUS_SRC_ALPHA
  8.  
  9.         color = "1.0 1.0 1.0 1.0"
  10.     }
  11.  
  12.     mapChannel1
  13.     {
  14.         texAnim
  15.         {
  16.             weapons/shared/explosion_tiny_[01...03].tga 80
  17.             weapons/shared/explosion_tiny_04.tga 100
  18.         }
  19.         texMode REPLACE
  20.     }
  21. }