1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-11 06:45:59 +00:00

festive lights

This commit is contained in:
Zeno Rogue
2024-12-22 12:52:51 +01:00
parent 155053c9fb
commit 64f68e636a
6 changed files with 127 additions and 15 deletions

View File

@@ -1358,6 +1358,13 @@ void geometry_information::prepare_shapes() {
bshape(shWormHead, PPR::ONTENTACLE, scalefactor * wormscale, 80);
bshape(shSmallWormHead, PPR::ONTENTACLE, scalefactor * wormscale / 2, 80);
bshape(shChristmasLight, PPR::ONTENTACLE_EYES);
hpcpush(hpxy(.05 * scalefactor, 0));
hpcpush(hpxy(0, .03 * scalefactor));
hpcpush(hpxy(-.05 * scalefactor, 0));
hpcpush(hpxy(0, -.03 * scalefactor));
hpcpush(hpxy(.05 * scalefactor, 0));
bshape(shWormSegment, PPR::TENTACLE1);
auto TC0 = tile_center();
RING(i)