mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
more eagle adjustements
This commit is contained in:
parent
d4332c3138
commit
72b2334434
@ -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"),
|
||||
)
|
||||
),
|
||||
|
BIN
assets/voxygen/voxel/npc/eagle/female/tail.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/eagle/female/tail.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/eagle/female/torso.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/eagle/female/torso.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/eagle/male/tail.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/eagle/male/tail.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/eagle/male/torso.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/eagle/male/torso.vox
(Stored with Git LFS)
Binary file not shown.
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user