mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
fixed the Compass graphics
This commit is contained in:
parent
3fa32ecf83
commit
00937fff3c
@ -1901,7 +1901,7 @@ void buildpolys() {
|
||||
bshape(shCompass3, PPR::ITEMb);
|
||||
hpcpush(ddi(0, orbsize * .29) * C0);
|
||||
hpcpush(ddi(S21, orbsize * .04) * C0);
|
||||
hpcpush(ddi(-S21, orbsize * 04) * C0);
|
||||
hpcpush(ddi(-S21, orbsize * .04) * C0);
|
||||
hpcpush(ddi(0, orbsize * .29) * C0);
|
||||
|
||||
bshape(shILeaf[0], PPR::ONTENTACLE);
|
||||
|
Loading…
Reference in New Issue
Block a user