New backpack mesh.

Adjusted another pitched sound (rocket fly loop).
This commit is contained in:
Marisa the Magician 2019-09-12 15:00:28 +02:00
commit 3bf0b8db74
6 changed files with 5 additions and 6 deletions

View file

@ -127,7 +127,7 @@ Class UTRocket : Actor
Super.PostBeginPlay();
let l = Spawn("UTRocketTrail",pos);
l.target = self;
A_PlaySound("utrl/fly",CHAN_VOICE,1.0,true,2.5);
A_PlaySound("utrl/fly",CHAN_VOICE,1.0,true,2.5,pitch:1.5625);
if ( tracer ) vel *= 0.9;
Acceleration = vel.unit()*50;
}