mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Reduced humanoid hitbox
This commit is contained in:
parent
b90c51d100
commit
9a09f558ee
@ -339,7 +339,7 @@ impl Body {
|
||||
(humanoid::Species::Danari, humanoid::BodyType::Male) => 1.5,
|
||||
(humanoid::Species::Danari, humanoid::BodyType::Female) => 1.4,
|
||||
};
|
||||
Vec3::new(1.5, 0.5, height)
|
||||
Vec3::new(1.2, 0.5, height)
|
||||
},
|
||||
Body::Object(object) => object.dimensions(),
|
||||
Body::QuadrupedMedium(body) => match body.species {
|
||||
|
Loading…
Reference in New Issue
Block a user