New sounds: cracking, icecrash, pop, and sizzle.
authorLMH <lmh.0013@gmail.com>
Tue, 17 Sep 2013 06:33:03 +0000 (20:33 -1000)
committerTobias Markus <tobbi@mozilla-uk.org>
Sat, 26 Oct 2013 16:45:23 +0000 (18:45 +0200)
commitd31cd058683a79db981a2f4fc06956ad71414f26
tree374b7c47ef3d5ea456dcbe819a5d83929e1693b8
parentdcd6b92996ea0767156f862be11498f1bd44e7c1
New sounds: cracking, icecrash, pop, and sizzle.

Also changed code to make use of them:
stalactite- cracking when disturbed, icecrash when hits, sizzle when hit with fire.
explosion(short_fuse)- firecracker instead of explosion.
snowman- pop when head comes off.
flame, iceflame, livefire, weak_block- sizzle when hit by bullet.
14 files changed:
data/sounds/cracking.wav [new file with mode: 0644]
data/sounds/firecracker.ogg [new file with mode: 0644]
data/sounds/icecrash.ogg [new file with mode: 0644]
data/sounds/pop.ogg [new file with mode: 0644]
data/sounds/sizzle.ogg [new file with mode: 0644]
src/badguy/flame.cpp
src/badguy/iceflame.cpp
src/badguy/livefire.cpp
src/badguy/livefire.hpp
src/badguy/short_fuse.cpp
src/badguy/snowman.cpp
src/badguy/stalactite.cpp
src/object/explosion.cpp
src/object/weak_block.cpp