diff options
author | Mikko Tiusanen <ams@daug.net> | 2014-05-04 01:18:52 +0300 |
---|---|---|
committer | Mikko Tiusanen <ams@daug.net> | 2014-05-04 01:18:52 +0300 |
commit | 01beb9919b95479d8be040bec74abc5cc67a5e43 (patch) | |
tree | 65f0b79e793848491832756a4c3a32b23668fab3 /assets/models/weapons/mgturret | |
parent | 191d731da136b7ee959a17e63111c9146219a768 (diff) |
Initial import.
Diffstat (limited to 'assets/models/weapons/mgturret')
-rw-r--r-- | assets/models/weapons/mgturret/weapon.cfg | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/assets/models/weapons/mgturret/weapon.cfg b/assets/models/weapons/mgturret/weapon.cfg new file mode 100644 index 0000000..5858089 --- /dev/null +++ b/assets/models/weapons/mgturret/weapon.cfg @@ -0,0 +1,16 @@ +primary +{ + flashDlightColor 1.0 1.0 0.0 + flashSound 0 sound/buildables/mgturret/attack1.wav + + impactMark 8 gfx/marks/bullet_mrk + + impactSound 0 models/weapons/rifle/ricochet0.wav + impactSound 1 models/weapons/rifle/ricochet1.wav + impactSound 2 models/weapons/rifle/ricochet2.wav + impactSound 3 models/weapons/rifle/ricochet3.wav + + + impactParticleSystem models/weapons/rifle/impactPS + muzzleParticleSystem models/weapons/rifle/muzzlePS +} |