mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-05-22 05:52:07 +00:00
fixed the Compass graphics
This commit is contained in:
+1
-1
@@ -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