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

new shape shTinyArrow

This commit is contained in:
Zeno Rogue
2021-05-09 02:25:17 +02:00
parent 6504e949b9
commit 196f8fc97d
2 changed files with 6 additions and 0 deletions

View File

@@ -499,6 +499,10 @@ void geometry_information::procedural_shapes() {
hpcpush(ddi(t*S28, zhexf*.5) * C0);
}
bshape(shTinyArrow, PPR::ITEM);
for(ld d: {0, 90, -90, 0})
hpcpush(xspinpush0(d*degree, zhexf*.2));
bshape(shDisk, PPR::ITEM);
for(int i=0; i<=S84; i+=SD3)
hpcpush(ddi(i, orbsize * .2) * C0);