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/lgun | |
parent | 191d731da136b7ee959a17e63111c9146219a768 (diff) |
Initial import.
Diffstat (limited to 'assets/models/weapons/lgun')
-rw-r--r-- | assets/models/weapons/lgun/flash.jpg | bin | 0 -> 11017 bytes | |||
-rw-r--r-- | assets/models/weapons/lgun/flash0.wav | bin | 0 -> 48478 bytes | |||
-rw-r--r-- | assets/models/weapons/lgun/lgun.jpg | bin | 0 -> 195785 bytes | |||
-rw-r--r-- | assets/models/weapons/lgun/lgun.md3 | bin | 0 -> 12980 bytes | |||
-rw-r--r-- | assets/models/weapons/lgun/lgun_flash.md3 | bin | 0 -> 1308 bytes | |||
-rw-r--r-- | assets/models/weapons/lgun/lgun_hand.md3 | bin | 0 -> 2628 bytes | |||
-rw-r--r-- | assets/models/weapons/lgun/weapon.cfg | 13 |
7 files changed, 13 insertions, 0 deletions
diff --git a/assets/models/weapons/lgun/flash.jpg b/assets/models/weapons/lgun/flash.jpg Binary files differnew file mode 100644 index 0000000..9387414 --- /dev/null +++ b/assets/models/weapons/lgun/flash.jpg diff --git a/assets/models/weapons/lgun/flash0.wav b/assets/models/weapons/lgun/flash0.wav Binary files differnew file mode 100644 index 0000000..a38ab75 --- /dev/null +++ b/assets/models/weapons/lgun/flash0.wav diff --git a/assets/models/weapons/lgun/lgun.jpg b/assets/models/weapons/lgun/lgun.jpg Binary files differnew file mode 100644 index 0000000..ebd63b4 --- /dev/null +++ b/assets/models/weapons/lgun/lgun.jpg diff --git a/assets/models/weapons/lgun/lgun.md3 b/assets/models/weapons/lgun/lgun.md3 Binary files differnew file mode 100644 index 0000000..7042b1b --- /dev/null +++ b/assets/models/weapons/lgun/lgun.md3 diff --git a/assets/models/weapons/lgun/lgun_flash.md3 b/assets/models/weapons/lgun/lgun_flash.md3 Binary files differnew file mode 100644 index 0000000..01e8c9d --- /dev/null +++ b/assets/models/weapons/lgun/lgun_flash.md3 diff --git a/assets/models/weapons/lgun/lgun_hand.md3 b/assets/models/weapons/lgun/lgun_hand.md3 Binary files differnew file mode 100644 index 0000000..270c680 --- /dev/null +++ b/assets/models/weapons/lgun/lgun_hand.md3 diff --git a/assets/models/weapons/lgun/weapon.cfg b/assets/models/weapons/lgun/weapon.cfg new file mode 100644 index 0000000..1cbb7f2 --- /dev/null +++ b/assets/models/weapons/lgun/weapon.cfg @@ -0,0 +1,13 @@ +weaponModel models/weapons/lgun/lgun.md3 +icon icons/iconw_lasgun +crosshair 24 gfx/2d/crosshair-lgun_s + +primary +{ + flashDlightColor 1.0 0.0 0.0 + flashSound 0 models/weapons/lgun/flash0.wav + + impactMark 8 gfx/marks/bullet_mrk + + impactParticleSystem models/weapons/lasgun/impactPS +} |