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

  1.  
  2.  
  3. # Carga los recursos comunes de los mapas
  4. import CommonResources
  5. CommonResources.Init()
  6.  
  7. import InitParticleSystems
  8. InitParticleSystems.Init()
  9.  
  10.  
  11. import BODInit
  12. BODInit.Init()
  13.  
  14.  
  15. import PickInit
  16. PickInit.Init()
  17.  
  18.  
  19. import SolidMask
  20. SolidMask.Init()
  21.  
  22.  
  23. import Material
  24. Material.Init()
  25.  
  26.  
  27. #
  28. # Sounds
  29. #
  30. import AniSound
  31.  
  32.  
  33. #
  34. # Animation events (needed before the biped stuff)
  35. #
  36. import anm_def
  37. anm_def.Init()
  38.  
  39.  
  40. #
  41. # Sound for steps (needed before the biped stuff)
  42. #
  43. import StepSounds
  44. StepSounds.Init()
  45.