more eagle adjustements

This commit is contained in:
Snow 2020-03-08 15:07:47 +00:00 committed by Justin Shipsey
parent d4332c3138
commit 72b2334434
6 changed files with 14 additions and 14 deletions

View File

@ -117,11 +117,11 @@
center: ("npc.eagle.female.head"),
),
torso: (
offset: (-3.0, -5.0, -4.5),
offset: (-3.0, -4.5, -4.5),
center: ("npc.eagle.female.torso"),
),
tail: (
offset: (-2.0, -2.5, -2.5),
offset: (-2.0, -3.5, -3.5),
center: ("npc.eagle.female.tail"),
)
),
@ -131,11 +131,11 @@
center: ("npc.eagle.female.head"),
),
torso: (
offset: (-3.0, -5.0, -4.5),
offset: (-3.0, -4.5, -4.5),
center: ("npc.eagle.female.torso"),
),
tail: (
offset: (-2.0, -2.5, -2.5),
offset: (-2.0, -3.5, -3.5),
center: ("npc.eagle.female.tail"),
)
),

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -117,14 +117,14 @@ impl<'a> From<&'a comp::bird_medium::Body> for SkeletonAttr {
(Chicken, _) => (-3.0, 1.5),
(Goose, _) => (-5.0, 3.0),
(Peacock, _) => (-5.5, 2.0),
(Eagle, _) => (-4.5, -5.0),
(Eagle, _) => (-8.0, -4.0),
},
wing: match (body.species, body.body_type) {
(Duck, _) => (2.75, 0.0, 6.0),
(Chicken, _) => (2.75, 0.0, 6.0),
(Goose, _) => (3.75, -1.0, 9.0),
(Peacock, _) => (3.0, 0.0, 9.0),
(Eagle, _) => (3.0, -8.0, 4.0),
(Eagle, _) => (3.0, -8.0, 5.0),
},
foot: match (body.species, body.body_type) {
(Duck, _) => (2.0, -1.5, 4.0),