mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
2d3d:: fixed placement of skeletal feet
This commit is contained in:
parent
534663e663
commit
40670dc47f
@ -865,7 +865,7 @@ void make_3d_models() {
|
||||
|
||||
make_foot_3d(shHumanFoot);
|
||||
make_foot_3d(shYetiFoot);
|
||||
make_skeletal(shSkeletalFoot);
|
||||
make_skeletal(shSkeletalFoot, WDIM == 2 ? zc(0.5) + geom3::human_height/40 - geom3::FLOOR : 0);
|
||||
|
||||
make_paw_3d(shWolfFrontPaw, shWolfFrontLeg);
|
||||
make_paw_3d(shWolfRearPaw, shWolfRearLeg);
|
||||
|
Loading…
Reference in New Issue
Block a user