Subversion Repositories vaca_plus

Rev

Rev 1 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 h266 1
/*
2
--------------------------------------------------------------------------------
3
Duke Caribbean: Life's A Beach Plus
4
By Hendricks266
5
--------------------------------------------------------------------------------
6
*/
7
 
74 h266 8
texture 2329 { pal 0 { file "vaca_hrp/sprites/effects/2329.png" } }
9
texture 2330 { pal 0 { file "vaca_hrp/sprites/effects/2330.png" } }
10
texture 2331 { pal 0 { file "vaca_hrp/sprites/effects/2331.png" } }
11
texture 2332 { pal 0 { file "vaca_hrp/sprites/effects/2332.png" } }
1 h266 12
 
13
// Shark Fin [SCRAP6] (2390)
74 h266 14
texture 2390 { pal 0 { file "vaca_hrp/sprites/effects/2390.png" } }
1 h266 15
 
16
// SHOTSPARK1 (2595-2598)
17
model "highres/sprites/effects/2595_shotspark1.md3" {
18
  scale 90 shade 3
19
  skin { pal 0 file "highres/sprites/effects/2595_shotspark1.png" }
20
  glow { pal 0 file "highres/sprites/effects/2595_shotspark1.png" }
74 h266 21
  skin { pal 1 file "vaca_hrp/sprites/effects/2595_shotspark1_1.png" }
22
//  glow { pal 1 file "vaca_hrp/sprites/effects/2595_shotspark1_1.png" }
23
  skin { pal 3 file "vaca_hrp/sprites/effects/2595_shotspark1_3.png" }
24
//  glow { pal 3 file "vaca_hrp/sprites/effects/2595_shotspark1_3.png" }
1 h266 25
  anim { frame0 "FRAME3" frame1 "FRAME20" fps 40 flag 0 }
26
  frame { name "FRAME3" tile0 2595 tile1 2598 }
27
}
28