Implemented Enforcer (with dual option). Tweaked some offsets on junk. Added clip count displays.

Only 4 weapons remaining...
This commit is contained in:
Marisa the Magician 2018-05-27 17:13:58 +02:00
commit bef29efba3
15 changed files with 1210 additions and 88 deletions

View file

@ -135,3 +135,38 @@ decal ImpactMark
x-scale 0.25
y-scale 0.25
}
decal Pock1
{
pic pock0_t
shade "00 00 00"
x-scale 0.1
y-scale 0.1
randomflipx
randomflipy
}
decal Pock2
{
pic pock2_t
shade "00 00 00"
x-scale 0.1
y-scale 0.1
randomflipx
randomflipy
}
decal Pock3
{
pic pock4_t
shade "00 00 00"
x-scale 0.1
y-scale 0.1
randomflipx
randomflipy
}
decalgroup Pock
{
Pock1 1
Pock2 1
Pock3 1
}