1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-07 09:13:02 +00:00

renamed 'spiral' to 'spiral/ring' and added a comment

This commit is contained in:
Zeno Rogue
2019-04-03 20:32:03 +02:00
parent fd5dfd6b39
commit 9fece7b342
3 changed files with 20 additions and 2 deletions

View File

@@ -583,7 +583,7 @@ const modelinfo models[int(mdPolynomial)+1] = {
{X3("Joukowsky transform"), mf::hyper_only | mf::conformal},
{X3("Joukowsky+inversion"), mf::hyper_only | mf::conformal},
{X3("rotated hyperboles"), mf::hyper_only},
{X3("spiral"), mf::hyper_or_torus | mf::quasiband},
{X3("spiral/ring"), mf::hyper_or_torus | mf::quasiband},
{X3("native perspective"), 0},
{X3("azimuthal equi-volume"), mf::azimuthal | mf::equivolume | mf::euc_boring},
{X3(""), 0},