1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-28 21:41:19 +00:00

better graphical design of Crossroads VII

This commit is contained in:
Zeno Rogue
2025-07-09 09:34:22 +02:00
parent f78cceba33
commit 48dd34baaf
5 changed files with 71 additions and 8 deletions

View File

@@ -1633,6 +1633,7 @@ void geometry_information::prepare_shapes() {
bshape(shPikeBody, PPR::MONSTER_BODY, scalefactor, 402);
bshape(shPikeEye, PPR::MONSTER_BODY, scalefactor, 403);
bshape(shSmallPike, PPR::MONSTER_BODY, scalefactor * 0.5, 402);
// missiles
bshape(shKnife, PPR::MISSILE, scalefactor, 87);