mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 01:00:25 +00:00
tour:: removed the conformal square, as it is not very relevant
This commit is contained in:
parent
4c8850c2bb
commit
1762dddfde
4
tour.cpp
4
tour.cpp
@ -759,13 +759,13 @@ slide default_slides[] = {
|
||||
#endif
|
||||
}
|
||||
},
|
||||
{"Conformal square model", 46, LEGAL_HYPERBOLIC,
|
||||
/*{"Conformal square model", 46, LEGAL_HYPERBOLIC,
|
||||
"The world can be mapped conformally to a square too.",
|
||||
[] (presmode mode) {
|
||||
if(mode == 1) pmodel = mdPolygonal, polygonal::solve();
|
||||
if(mode == 3) pmodel = mdDisk;
|
||||
}
|
||||
},
|
||||
}, */
|
||||
#if !ISWEB
|
||||
{"Shoot'em up mode", 52, LEGAL_NONE | USE_SLIDE_NAME,
|
||||
"In the shoot'em up mode, space and time is continuous. "
|
||||
|
Loading…
Reference in New Issue
Block a user