mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-30 15:39:54 +00:00
added shHugeDisk shape
This commit is contained in:
parent
e57fc630b4
commit
55331270d4
@ -252,7 +252,7 @@ hpcshape
|
|||||||
shKnife, shTongue, shFlailMissile, shTrapArrow,
|
shKnife, shTongue, shFlailMissile, shTrapArrow,
|
||||||
shPirateHook, shPirateHood, shEyepatch, shPirateX,
|
shPirateHook, shPirateHood, shEyepatch, shPirateX,
|
||||||
// shScratch,
|
// shScratch,
|
||||||
shHeptaMarker, shSnowball, shSun, shNightStar, shEuclideanSky,
|
shHeptaMarker, shSnowball, shHugeDisk, shSun, shNightStar, shEuclideanSky,
|
||||||
shSkeletonBody, shSkull, shSkullEyes, shFatBody, shWaterElemental,
|
shSkeletonBody, shSkull, shSkullEyes, shFatBody, shWaterElemental,
|
||||||
shPalaceGate, shFishTail,
|
shPalaceGate, shFishTail,
|
||||||
shMouse, shMouseLegs, shMouseEyes,
|
shMouse, shMouseLegs, shMouseEyes,
|
||||||
|
@ -503,6 +503,10 @@ void geometry_information::procedural_shapes() {
|
|||||||
for(int i=0; i<=S84; i+=SD3)
|
for(int i=0; i<=S84; i+=SD3)
|
||||||
hpcpush(ddi(i, orbsize * .2) * C0);
|
hpcpush(ddi(i, orbsize * .2) * C0);
|
||||||
|
|
||||||
|
bshape(shHugeDisk, PPR::ITEM);
|
||||||
|
for(int i=0; i<=S84; i+=SD3)
|
||||||
|
hpcpush(ddi(i, orbsize * .4) * C0);
|
||||||
|
|
||||||
bshape(shDiskT, PPR::ITEM);
|
bshape(shDiskT, PPR::ITEM);
|
||||||
for(int i=0; i<=S84; i+=S28)
|
for(int i=0; i<=S84; i+=S28)
|
||||||
hpcpush(ddi(i, orbsize * .2) * C0);
|
hpcpush(ddi(i, orbsize * .2) * C0);
|
||||||
|
Loading…
Reference in New Issue
Block a user