mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fix_ngoubou_jaw
This commit is contained in:
parent
d6fdc2637b
commit
897d1e5fe5
@ -1869,7 +1869,7 @@
|
||||
central: ("npc.ngoubou.male.neck"),
|
||||
),
|
||||
jaw: (
|
||||
offset: (-2.5, -7.0, -3.0),
|
||||
offset: (-2.5, 0.0, -3.0),
|
||||
central: ("npc.ngoubou.male.jaw"),
|
||||
),
|
||||
torso_front: (
|
||||
|
@ -314,7 +314,7 @@ impl<'a> From<&'a Body> for SkeletonAttr {
|
||||
(Moose, Female) => (6.0, -2.5),
|
||||
(Snowleopard, _) => (3.0, -3.0),
|
||||
(Mammoth, _) => (9.5, -3.0),
|
||||
(Ngoubou, _) => (8.5, -4.0),
|
||||
(Ngoubou, _) => (1.5, -4.0),
|
||||
(Llama, _) => (4.0, -1.0),
|
||||
(Alpaca, _) => (3.0, -2.5),
|
||||
(Akhlut, _) => (0.0, -4.5),
|
||||
|
Loading…
Reference in New Issue
Block a user