Slow missile down a bit more, to avoid orbitting static targets.
This commit is contained in:
parent
b20a377edd
commit
4abec11dfd
|
@ -282,8 +282,8 @@ static void faceTarget(Bullet *b)
|
|||
|
||||
b->angle = mod(b->angle, 360);
|
||||
|
||||
b->dx *= 0.75;
|
||||
b->dy *= 0.75;
|
||||
b->dx *= 0.5;
|
||||
b->dy *= 0.5;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue