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:
@ -339,7 +339,7 @@ impl Body {
|
|||||||
(humanoid::Species::Danari, humanoid::BodyType::Male) => 1.5,
|
(humanoid::Species::Danari, humanoid::BodyType::Male) => 1.5,
|
||||||
(humanoid::Species::Danari, humanoid::BodyType::Female) => 1.4,
|
(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::Object(object) => object.dimensions(),
|
||||||
Body::QuadrupedMedium(body) => match body.species {
|
Body::QuadrupedMedium(body) => match body.species {
|
||||||
|
Reference in New Issue
Block a user