1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-10 22:36:02 +00:00

bunny playershape, ratling playershape, refactored playershapes

This commit is contained in:
Zeno Rogue
2025-08-17 03:08:21 +02:00
parent 152b32425b
commit d17c91a9a8
4 changed files with 340 additions and 216 deletions

View File

@@ -386,7 +386,9 @@ hpcshape
hpcshape shChristmasLight, shSmallPike;
hpcshape shReserved[8];
hpcshape shBunnyBody, shBunnyHead, shBunnyEar, shBunnyTail;
hpcshape shReserved[16];
int orb_inner_ring; //< for shDisk* shapes, the number of vertices in the inner ring
int res1, res2;