Give TrainingDummy hitbox

This commit is contained in:
juliancoffee 2021-08-05 20:27:12 +03:00
parent 8a83ecf57f
commit 3386805765

View File

@ -377,6 +377,8 @@ impl Body {
Body::SeaLantern => Vec3::new(0.5, 0.5, 1.0),
Body::Snowball => Vec3::broadcast(2.5),
Body::Tornado => Vec3::new(2.0, 2.0, 3.4),
Body::TrainingDummy => Vec3::new(1.5, 1.5, 3.0),
// FIXME: this *must* be exhaustive match
_ => Vec3::broadcast(0.5),
}
}