Skip to content

Commit

Permalink
More sound updates
Browse files Browse the repository at this point in the history
  • Loading branch information
putterson committed Mar 3, 2013
1 parent 250169b commit 5f632ec
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
6 changes: 3 additions & 3 deletions res/sound.lua
Expand Up @@ -5,9 +5,9 @@ sounds = {}
sounds.death_mage = sound_optional_load "res/sound/death_player.wav"
sounds.death_fighter = sound_optional_load "res/sound/death_player.wav"
sounds.death_archer = sound_optional_load "res/sound/death_player.wav"
sounds.death_rat = sound_optional_load "res/sound/death_yelp.wav"
sounds.death_bat = sound_optional_load "res/sound/death_yelp.wav"
sounds.death_spider = sound_optional_load "res/sound/death_yelp.wav"
sounds.death_rat = sound_optional_load "res/sound/death_squeak.wav"
sounds.death_bat = sound_optional_load "res/sound/death_squeak.wav"
sounds.death_spider = sound_optional_load "res/sound/death_hiss.wav"
sounds.death_hound = sound_optional_load "res/sound/death_yelp.wav"
sounds.death_sheep = sound_optional_load "res/sound/death_yelp.wav"
sounds.death_slime = sound_optional_load "res/sound/death_slime.wav"
Expand Down
4 changes: 4 additions & 0 deletions res/sound/LICENSE_death_hiss
@@ -0,0 +1,4 @@
This work is licensed under the Creative Commons 0 License.

From:
http://www.freesound.org/people/qubodup/sounds/160350/
4 changes: 4 additions & 0 deletions res/sound/LICENSE_death_squeak
@@ -0,0 +1,4 @@
This work is licensed under the Creative Commons 0 License.

From:
http://www.freesound.org/people/Zabuhailo/sounds/143125/
Binary file added res/sound/death_hiss.wav
Binary file not shown.
Binary file added res/sound/death_squeak.wav
Binary file not shown.

0 comments on commit 5f632ec

Please sign in to comment.