Various fixes to object animation, cleanup

This commit is contained in:
Snowram
2021-01-30 15:14:25 +01:00
parent f25b2b1500
commit 4078eeb877
29 changed files with 519 additions and 1672 deletions

View File

@ -116,7 +116,7 @@ impl Body {
Body::BirdSmall(_) => 35.0,
Body::FishSmall(_) => 10.0,
Body::BipedLarge(_) => 12.0,
Body::Object(_) => 0.0,
Body::Object(_) => 10.0,
Body::Golem(_) => 8.0,
Body::Theropod(theropod) => match theropod.species {
theropod::Species::Archaeos => 2.5,