home *** CD-ROM | disk | FTP | other *** search
/ PC Zone 99 / dppcz0201.7z / dppcz0201.mdf / Demos / Alice / alicedem.exe / demo / pak0.pk3 / models / a_cards.tik next >
Text File  |  2000-11-20  |  341b  |  28 lines

  1. TIKI
  2. $define cardsworkdir sound/weapon/cards
  3.  
  4. setup
  5.     {
  6. //    scale 0.22
  7.     scale 2
  8.     lod_scale 7
  9.     path models/weapons/cards
  10.     surface material1 shader cardtop.tga
  11.     surface material2 shader cardface.tga
  12.     }
  13.  
  14. init
  15. {
  16.     server
  17.     {
  18.         classname        Animate
  19.         anim idle
  20.         angles "0 90 180"
  21.     }
  22. }
  23.  
  24. animations
  25. {
  26.     idle        cards_final.tan
  27. }
  28.