1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-19 04:18:06 +00:00

land improvements in Sol/Penrose/B4

This commit is contained in:
Zeno Rogue
2019-07-25 23:07:36 +02:00
parent b2e8a869cb
commit fff0cd1d3e
7 changed files with 68 additions and 22 deletions

View File

@@ -393,6 +393,7 @@ bool sizes_known() {
if(binarytiling) return false;
// not implemented
if(archimedean) return false;
if(penrose) return false;
return true;
}