move head further down

This commit is contained in:
yuni 2024-04-22 23:28:22 +02:00
parent 191d918e4f
commit 6bf2596649

View file

@ -56,7 +56,7 @@ pub fn skeleton_name_to_skeletondef(name: &str) -> Option<SkeletonDef> {
LimbDef {
class: Limb::Head,
path: "skeleton/suit_v1/head.glb#Scene0".into(),
pos: Vec3::new(0.0, 0.5, 0.0),
pos: Vec3::new(0.0, 0.46, 0.0),
..default()
},
LimbDef {