mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-30 15:39:54 +00:00
crystal:: infinity power shown in geom-exp menu
This commit is contained in:
parent
92eaf96930
commit
36b60ddef3
@ -477,6 +477,7 @@ void showEuclideanMenu() {
|
|||||||
binarytiling ? fts4(8 * M_PI * sqrt(2) * log(2) / vid.binary_width) + " exp(∞)" :
|
binarytiling ? fts4(8 * M_PI * sqrt(2) * log(2) / vid.binary_width) + " exp(∞)" :
|
||||||
archimedean ? arcm::current.world_size() :
|
archimedean ? arcm::current.world_size() :
|
||||||
(archimedean && sphere) ? its(isize(currentmap->allcells())) :
|
(archimedean && sphere) ? its(isize(currentmap->allcells())) :
|
||||||
|
geometry == gCrystal ? "∞^" + its(ts/2) :
|
||||||
worldsize < 0 ? (nom%denom ? its(nom)+"/"+its(denom) : its(-worldsize)) + " exp(∞)":
|
worldsize < 0 ? (nom%denom ? its(nom)+"/"+its(denom) : its(-worldsize)) + " exp(∞)":
|
||||||
(euwrap && !fulltorus) ? "∞" :
|
(euwrap && !fulltorus) ? "∞" :
|
||||||
worldsize == 0 ? "∞²" :
|
worldsize == 0 ? "∞²" :
|
||||||
|
Loading…
Reference in New Issue
Block a user