1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-07 04:47:56 +00:00

improved texts, appro overview changed in some cases, 'x'pansion moved to geom sel

This commit is contained in:
Zeno Rogue
2017-10-31 15:20:02 +01:00
parent dad544958f
commit fe3f1bf4ad
5 changed files with 142 additions and 24 deletions

View File

@@ -709,7 +709,7 @@ namespace netgen {
if(euclid)
addMessage("Useless in Euclidean geometry.");
else if(sphere)
addMessage("Not implemented for spherical geometry.");
addMessage("Not implemented for spherical geometry. Please tell me if you really want this.");
else
pushScreen(show);
}