mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Give TrainingDummy hitbox
This commit is contained in:
parent
8a83ecf57f
commit
3386805765
@ -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),
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user