Target ballon in tut 3 makes popping noise when shot

Charles Spurrill 2011-10-01 09:27:24 -07:00
parent 69369aa59e
commit 5f3c881f19
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ public func IsProjectileTarget(target,shooter)
public func OnProjectileHit()
{
CastParticles("Air",20,5,0,-10,170,190,RGB(255,255,255),RGB(255,255,255));
Sound("BalloonPop");
RemoveObject();
}