1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-27 14:37:16 +00:00

crystal:: infinity power shown in geom-exp menu

This commit is contained in:
Zeno Rogue 2018-12-02 20:28:59 +01:00
parent 92eaf96930
commit 36b60ddef3

View File

@ -477,6 +477,7 @@ void showEuclideanMenu() {
binarytiling ? fts4(8 * M_PI * sqrt(2) * log(2) / vid.binary_width) + " exp(∞)" :
archimedean ? arcm::current.world_size() :
(archimedean && sphere) ? its(isize(currentmap->allcells())) :
geometry == gCrystal ? "∞^" + its(ts/2) :
worldsize < 0 ? (nom%denom ? its(nom)+"/"+its(denom) : its(-worldsize)) + " exp(∞)":
(euwrap && !fulltorus) ? "" :
worldsize == 0 ? "∞²" :