mirror of
https://github.com/cxong/cdogs-sdl.git
synced 2025-07-23 07:23:01 +02:00
Add chainsaw switch sound
This commit is contained in:
@@ -53,6 +53,7 @@
|
||||
"Bullet": "chainsaw",
|
||||
"Cost": 0,
|
||||
"Sound": "",
|
||||
"SwitchSound": "chainsaw_switch",
|
||||
"SoundLockLength": 50,
|
||||
"CanShoot": false,
|
||||
"Auto": true
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 418 B |
@@ -53,6 +53,7 @@
|
||||
"Bullet": "chainsaw",
|
||||
"Cost": 0,
|
||||
"Sound": "",
|
||||
"SwitchSound": "chainsaw_switch",
|
||||
"SoundLockLength": 50,
|
||||
"CanShoot": false,
|
||||
"Auto": true
|
||||
|
@@ -24,12 +24,6 @@ By OceansDream
|
||||
http://opengameart.org/content/various-inventory-24-pixel-icon-set
|
||||
http://creativecommons.org/licenses/by/3.0/
|
||||
|
||||
graphics/chainsaw.png
|
||||
141 Military Icons Set
|
||||
by AngryMeteor.com
|
||||
http://opengameart.org/content/141-military-icons-set
|
||||
http://creativecommons.org/licenses/by/3.0/
|
||||
|
||||
sounds/bfg.ogg
|
||||
x_explosion.wav
|
||||
by cubicApocalypse
|
||||
@@ -42,12 +36,6 @@ by wildweasel
|
||||
http://freesound.org/people/wildweasel/sounds/39020/
|
||||
http://creativecommons.org/licenses/by/3.0/
|
||||
|
||||
sounds/chainsaw.ogg
|
||||
Chainsaw gasoline-powered.wav
|
||||
by aoristos
|
||||
http://freesound.org/people/aoristos/sounds/235795/
|
||||
http://creativecommons.org/publicdomain/zero/1.0/
|
||||
|
||||
sounds/sshotgun.ogg
|
||||
sounds/sshotgun_r.ogg
|
||||
Chaingun, pistol, rifle, shotgun shots
|
||||
|
Binary file not shown.
@@ -9,6 +9,7 @@
|
||||
"Cost": 0,
|
||||
"Lock": 0,
|
||||
"Sound": "",
|
||||
"SwitchSound": "chainsaw_switch",
|
||||
"SoundLockLength": 50,
|
||||
"CanShoot": false,
|
||||
"Price": 2000
|
||||
@@ -21,6 +22,7 @@
|
||||
"Cost": 0,
|
||||
"Lock": 0,
|
||||
"Sound": "",
|
||||
"SwitchSound": "chainsaw_switch",
|
||||
"SoundLockLength": 50,
|
||||
"CanShoot": false,
|
||||
"Price": 2000
|
||||
@@ -33,6 +35,7 @@
|
||||
"Cost": 0,
|
||||
"Lock": 0,
|
||||
"Sound": "",
|
||||
"SwitchSound": "chainsaw_switch",
|
||||
"SoundLockLength": 50,
|
||||
"CanShoot": false,
|
||||
"Price": 2000
|
||||
@@ -45,6 +48,7 @@
|
||||
"Cost": 0,
|
||||
"Lock": 0,
|
||||
"Sound": "",
|
||||
"SwitchSound": "chainsaw_switch",
|
||||
"SoundLockLength": 50,
|
||||
"CanShoot": false,
|
||||
"Price": 2000
|
||||
@@ -57,6 +61,7 @@
|
||||
"Cost": 0,
|
||||
"Lock": 0,
|
||||
"Sound": "",
|
||||
"SwitchSound": "chainsaw_switch",
|
||||
"SoundLockLength": 50,
|
||||
"CanShoot": false,
|
||||
"Price": 2000
|
||||
|
@@ -23,6 +23,7 @@
|
||||
"Cost": 0,
|
||||
"Lock": 0,
|
||||
"Sound": "",
|
||||
"SwitchSound": "chainsaw_switch",
|
||||
"SoundLockLength": 50,
|
||||
"CanShoot": false,
|
||||
"Auto": true
|
||||
|
@@ -22,6 +22,7 @@
|
||||
"Bullet": "chainsaw",
|
||||
"Cost": 0,
|
||||
"Sound": "",
|
||||
"SwitchSound": "chainsaw_switch",
|
||||
"SoundLockLength": 50,
|
||||
"CanShoot": false
|
||||
},
|
||||
|
BIN
sounds/chainsaw_switch.ogg
Normal file
BIN
sounds/chainsaw_switch.ogg
Normal file
Binary file not shown.
4
sounds/chainsaw_switch.txt
Normal file
4
sounds/chainsaw_switch.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
Adapted from 8 Chainsaw Pulls.wav
|
||||
by Stefan021
|
||||
https://freesound.org/people/Stefan021/sounds/431740/
|
||||
http://creativecommons.org/publicdomain/zero/1.0/
|
Reference in New Issue
Block a user