MooqSounds

liquid_container
jok21 2015-10-19 21:10:41 +02:00 committed by Clonkonaut
parent 4c4a590ac8
commit a89ee8e51b
16 changed files with 7 additions and 4 deletions

View File

@ -8,4 +8,7 @@ CC Attribution 3.0 license (http://creativecommons.org/licenses/by/3.0/).
MooqSnort1-3
MooqSnorting1-2
MooqDie1-5/Fat
MooqHurt1-2
MooqMunch1-4
MooqSpit1-2

View File

@ -94,7 +94,7 @@ private func StartWalk() {
}
public func Death() {
SoundAt("MooqDie");
SoundAt("MooqDie*");
}
private func SpitPhase() {
@ -113,7 +113,7 @@ private func SpitPhase() {
iXDir = 300; if (!GetDir()) iXDir = -iXDir;
iYDir = -300;
Sound("MooqSpit");
Sound("MooqSpit*");
var obj = CreateContents(Mooq_Firebomb);
obj->Exit(iX, iY);
obj->SetXDir(iXDir,100);
@ -132,7 +132,7 @@ private func EatPhase() {
}
}
if(actt == 22) {
Sound("MooqMunch");
Sound("MooqMunch*");
DoEnergy(food->GetMass());
food->RemoveObject();
}