mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-13 21:47:38 +00:00
fixed the Compass graphics
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user