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
 
8
// Fire Laser (1625)
9
texture 1625 {
10
   pal 0 { file "highres/sprites/projectiles/1625.png" }
74 h266 11
   pal 1 { file "vaca_hrp/sprites/projectiles/1625_1.png" }
1 h266 12
}
13
 
14
// Coconut (2605-2611)
74 h266 15
model "vaca_hrp/sprites/projectiles/2605_coconut.md3" {
1 h266 16
   scale 1 shade 0
74 h266 17
   skin { pal 0 file "vaca_hrp/sprites/projectiles/2605_coconut.png" } 
1 h266 18
   frame { name "FRAME1" tile0 2605 tile1 2611 }
19
}
20
 
21
// Ice Cube (1641-1643)
74 h266 22
model "vaca_hrp/sprites/projectiles/1641-1643_icecube.md3" {
1 h266 23
   scale 3 shade 0
24
 
74 h266 25
   skin { pal 0 file "vaca_hrp/sprites/pickups/0037_icecubes.png" }
1 h266 26
   frame { name "FRAME1" tile 1641 alphablending 1 }
27
   frame { name "FRAME2" tile 1642 alphablending 1 }
28
   frame { name "FRAME3" tile 1643 alphablending 1 }
29
 
30
   anim { frame0 "FRAME1" frame1 "FRAME4" fps 60 flags 0 }
31
}