home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 56 / CDPowerplay56Disc2.iso / demos / blade / data1.cab / Program_Executable_Files / Scripts / AutoGenTextures.py < prev    next >
Encoding:
Text File  |  2000-10-27  |  442 b   |  18 lines

  1.  
  2. LAVA=0
  3. RIBBLES=1
  4.  
  5. Bladex.SetAutoGenTexture("cala2",LAVA)
  6. Bladex.SetAutoGenTexture("lava",LAVA)
  7. #Bladex.SetAutoGenTexture("GOLEM_CLAY_A",LAVA)
  8.  
  9. #Bladex.SetAutoGenTexture("BOLARAYOS",RIBBLES)
  10. #Remove the following ones for some funny effects on the players
  11. #Bladex.SetAutoGenTexture("KGTNF",LAVA)
  12. #Bladex.SetAutoGenTexture("KGTNR",LAVA)
  13. #Bladex.SetAutoGenTexture("TKN_A",RIBBLES)
  14. #Bladex.SetAutoGenTexture("TKN_B",RIBBLES)
  15.  
  16.  
  17.  
  18.