1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-06 04:17:58 +00:00

Use disk segments for Orbs of Vaulting & Phasing.

This commit is contained in:
Jacob Mandelson
2022-09-14 18:11:52 -07:00
parent 92fc237a3e
commit 2933b256e0
3 changed files with 10 additions and 3 deletions

View File

@@ -589,6 +589,10 @@ void geometry_information::procedural_shapes() {
for(int i=0; i<=S84/2; i+=SD3)
hpcpush(ddi(i, orbsize * .2) * C0);
bshape(shDiskSegment, PPR::ITEM);
for(int i=0; i<=S84/2.5; i+=SD3)
hpcpush(ddi(i, orbsize * .2) * C0);
bshape(shMoonDisk, PPR::ITEM);
for(int i=0; i<=S84; i+=SD3)
if(i <= S84 * 2 / 3)