home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 61 / CDPowerplay61Disc1.iso / patches / BladeToolsEnglish.exe / BladeToolsEnglish / Compilers / Textures Compiler / Example / example.py next >
Encoding:
Text File  |  2001-03-09  |  188 b   |  11 lines

  1. import BaBx
  2.  
  3.  
  4. s1=BaBx.BitmapData("TEXTURA1","mercenario frontal 256.bmp",1)
  5. s2=BaBx.BitmapData("TEXTURA2","mercenario posterior 256.bmp",1)
  6.  
  7. l1=[s1,s2]
  8.  
  9.  
  10. BaBx.ProcessBitmaps(l1)
  11.