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

  1. # Load master plasma ball
  2.  
  3. source eff_dir.gw
  4.  
  5. LoadGameGen missile.gam pball_master
  6. #PrintTree pball_master
  7.  
  8. SetAltitudeSurface off
  9. #Object3DTranslate 0 1 -10    
  10. #Object3DScale  2.5 2.5 1
  11. #Object3DRotate 0 0 0 
  12.  
  13. #Set cycling texture effect, sets 1st polygon only
  14.  
  15. #FindNode p_ball
  16. #CycleTextureSetOn 4
  17. #CycleTextureSetSpeed 15.0
  18. #CycleTextureSetMap p_ball2.zim  208
  19. #CycleTextureSetMap p_ball3.zim  209
  20. #CycleTextureSetMap p_ball4.zim  210
  21. #CycleTextureSetMap p_ball1.zim  211
  22.  
  23.  
  24.