mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-21 05:18:05 +00:00
redesigned the Experiment with Geometry menu
This commit is contained in:
@@ -1910,7 +1910,7 @@ namespace patterns {
|
||||
if(cgroup != cpUnknown && cgroup < isize(cpatterns))
|
||||
for(int j=0; j<isize(cpatterns[cgroup].geometries); j++) {
|
||||
auto &g = cpatterns[cgroup].geometries[j];
|
||||
string s = XLAT(ginf[g.geo].name);
|
||||
string s = XLAT(ginf[g.geo].tiling_name);
|
||||
s += bitruncnames[int(g.var)];
|
||||
if(g.subpattern_flags & SPF_ALTERNATE) s += " (alt)";
|
||||
if(g.subpattern_flags & SPF_DOCKS) s += " (Docks)";
|
||||
|
||||
Reference in New Issue
Block a user