1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-23 09:57:41 +00:00

added shHugeDisk shape

This commit is contained in:
Zeno Rogue
2021-03-21 11:31:07 +01:00
parent e57fc630b4
commit 55331270d4
2 changed files with 5 additions and 1 deletions

View File

@@ -503,6 +503,10 @@ void geometry_information::procedural_shapes() {
for(int i=0; i<=S84; i+=SD3)
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);
for(int i=0; i<=S84; i+=S28)
hpcpush(ddi(i, orbsize * .2) * C0);