home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 10 / 1996-11_-_Disc_2.10.bin / ddrome / data.z / SHROUD.GW < prev    next >
Text File  |  1996-05-12  |  1KB  |  68 lines

  1. # Generic shroud for all runners
  2. #Set up runner shroud for when hit with plasma ball
  3.  
  4. source eff_dir.gw
  5.  
  6. LoadGameGen plas_hit.gam shroud
  7. Object3DScale 1.2 1.2 1.2
  8. #PrintTree shroud
  9.  
  10. FindNode o170
  11. Object3DSetScroll on 3.2 -2.6
  12.  
  13.  
  14. #Instances of shrouds for all runners
  15. NewObject3D shroud0
  16. Object3DAddChild shroud
  17. SetAltitudeSurface off
  18. SetIntersectSurface off
  19. Object3DSetActive off
  20.  
  21. #PrintTree shroud0
  22.  
  23. NewObject3D shroud1
  24. Object3DAddChild shroud
  25. SetAltitudeSurface off
  26. SetIntersectSurface off
  27. Object3DSetActive off
  28.  
  29. #PrintTree shroud1
  30.  
  31. NewObject3D shroud2
  32. Object3DAddChild shroud
  33. SetAltitudeSurface off
  34. SetIntersectSurface off
  35. Object3DSetActive off
  36.  
  37. NewObject3D shroud3
  38. Object3DAddChild shroud
  39. SetAltitudeSurface off
  40. SetIntersectSurface off
  41. Object3DSetActive off
  42.  
  43. NewObject3D shroud4
  44. Object3DAddChild shroud
  45. SetAltitudeSurface off
  46. SetIntersectSurface off
  47. Object3DSetActive off
  48.  
  49. NewObject3D shroud5
  50. Object3DAddChild shroud
  51. SetAltitudeSurface off
  52. SetIntersectSurface off
  53. Object3DSetActive off
  54.  
  55. NewObject3D shroud6
  56. Object3DAddChild shroud
  57. SetAltitudeSurface off
  58. SetIntersectSurface off
  59. Object3DSetActive off
  60.  
  61. NewObject3D shroud7
  62. Object3DAddChild shroud
  63. SetAltitudeSurface off
  64. SetIntersectSurface off
  65. Object3DSetActive off
  66.  
  67.  
  68.