1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-25 09:30:35 +00:00

tour:: removed the conformal square, as it is not very relevant

This commit is contained in:
Zeno Rogue 2018-11-01 19:03:36 +01:00
parent 4c8850c2bb
commit 1762dddfde

View File

@ -759,13 +759,13 @@ slide default_slides[] = {
#endif #endif
} }
}, },
{"Conformal square model", 46, LEGAL_HYPERBOLIC, /*{"Conformal square model", 46, LEGAL_HYPERBOLIC,
"The world can be mapped conformally to a square too.", "The world can be mapped conformally to a square too.",
[] (presmode mode) { [] (presmode mode) {
if(mode == 1) pmodel = mdPolygonal, polygonal::solve(); if(mode == 1) pmodel = mdPolygonal, polygonal::solve();
if(mode == 3) pmodel = mdDisk; if(mode == 3) pmodel = mdDisk;
} }
}, }, */
#if !ISWEB #if !ISWEB
{"Shoot'em up mode", 52, LEGAL_NONE | USE_SLIDE_NAME, {"Shoot'em up mode", 52, LEGAL_NONE | USE_SLIDE_NAME,
"In the shoot'em up mode, space and time is continuous. " "In the shoot'em up mode, space and time is continuous. "