Details | 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" } |
||
| 11 | pal 1 { file "vacation/sprites/projectiles/1625_1.png" } |
||
| 12 | } |
||
| 13 | |||
| 14 | // Coconut (2605-2611) |
||
| 15 | model "vacation/sprites/projectiles/2605_coconut.md3" { |
||
| 16 | scale 1 shade 0 |
||
| 17 | skin { pal 0 file "vacation/sprites/projectiles/2605_coconut.png" } |
||
| 18 | frame { name "FRAME1" tile0 2605 tile1 2611 } |
||
| 19 | } |
||
| 20 | |||
| 21 | // Ice Cube (1641-1643) |
||
| 22 | model "vacation/sprites/projectiles/1641-1643_icecube.md3" { |
||
| 23 | scale 3 shade 0 |
||
| 24 | |||
| 25 | skin { pal 0 file "vacation/sprites/pickups/0037_icecubes.png" } |
||
| 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 | } |