1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-21 17:07:40 +00:00

2D3D:: Euclidean skies

This commit is contained in:
Zeno Rogue
2019-05-29 01:06:01 +02:00
parent f2d8378d0c
commit 587652e540
4 changed files with 33 additions and 4 deletions

View File

@@ -2107,7 +2107,7 @@ void fallingMonsterAnimation(cell *c, eMonster m, int id = multi::cpid);
// ranks:
enum class PPR {
ZERO, OUTCIRCLE, MOVESTAR,
ZERO, EUCLIDEAN_SKY, OUTCIRCLE, MOVESTAR,
MINUSINF,
BELOWBOTTOMm,
BELOWBOTTOM,