More improvements

This commit is contained in:
ElCeejo 2022-10-14 20:07:51 -07:00
parent 6c411bc6ac
commit c202b2e7c3
7 changed files with 47 additions and 30 deletions

View file

@ -226,4 +226,4 @@ function creatura.get_boid_angle(self, _boids, range)
table.insert(vert_params, vert_cohesion + (lift - vert_cohesion) * 0.1)
end
return average_angle(params), average(vert_params)
end
end