mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-11 06:45:59 +00:00
festive lights
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user