1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-01 02:07:57 +00:00

colored Frog Jump Legs

This commit is contained in:
Zeno Rogue
2020-02-29 00:05:06 +01:00
parent 7121742d7c
commit 45bc731a5b
4 changed files with 14 additions and 7 deletions

View File

@@ -971,6 +971,7 @@ void geometry_information::make_3d_models() {
make_paw_3d(shFrogFrontFoot, shFrogFrontLeg);
make_paw_3d(shFrogRearFoot, shFrogRearLeg);
make_paw_3d(shFrogJumpFoot, shFrogJumpLeg);
make_paw_3d(shTrylobiteFrontClaw, shTrylobiteFrontLeg);
make_paw_3d(shTrylobiteRearClaw, shTrylobiteRearLeg);
@@ -1045,6 +1046,7 @@ void geometry_information::make_3d_models() {
disable(shFrogFrontLeg);
disable(shFrogRearLeg);
disable(shFrogRearLeg2);
disable(shFrogJumpLeg);
make_revolution_cut(shDragonSegment, 60, g);
make_revolution_cut(shDragonHead, 60, g);