added swoosh effekt for the other strike animation too

Richard Gerum 2010-07-20 19:31:47 +02:00
parent 4d94a4c92c
commit a3964886d1
3 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,12 @@ private func Hit()
Sound("WoodHit"); //TODO Some metal sond
}
public func Initialize()
{
PlayAnimation("Base", 5, Anim_Const(0), Anim_Const(1000));
return _inherited(...);
}
public func GetCarryMode() { return CARRY_HandBack; }
public func GetCarryBone() { return "main"; }
public func GetCarryTransform() { return Trans_Rotate(90, 0, 1, 0); }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB