mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-02-05 17:30:16 +00:00
handlers for createStep and newmap
This commit is contained in:
@@ -1660,7 +1660,7 @@ vector<eLand> randlands = {
|
||||
|
||||
static const int qNONOR = qNONORIENTABLE;
|
||||
|
||||
geometryinfo ginf[gGUARD] = {
|
||||
vector<geometryinfo> ginf = {
|
||||
{"standard", "HR", 7, 3, 0, gcHyperbolic, 0, {{7, 5}}, eVariation::bitruncated},
|
||||
{"Euclidean", "euclid", 6, 3, 0, gcEuclid, 0, {{7, FORBIDDEN}}, eVariation::bitruncated},
|
||||
{"spherical", "sphere", 5, 3, 0, gcSphere, 0, {{SEE_ALL, SEE_ALL}}, eVariation::bitruncated},
|
||||
|
||||
Reference in New Issue
Block a user