1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-02-12 04:30:14 +00:00

alternative honeycomb in Nil

This commit is contained in:
Zeno Rogue
2019-11-23 20:39:38 +01:00
parent 2f353a844c
commit bc2ce4f3dc
4 changed files with 45 additions and 23 deletions

View File

@@ -928,6 +928,7 @@ EX void check_cgi() {
if(prod) V("PS", its(product::csteps));
if(geometry == gFieldQuotient) { V("S3=", its(S3)); V("S7=", its(S7)); }
if(nil) V("NIL", its(S7));
if(binarytiling) V("BT", fts(vid.binary_width));