1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-20 07:35:13 +00:00

reworked the geometry experiment menu

This commit is contained in:
Zeno Rogue
2017-10-30 12:05:36 +01:00
parent 670e877474
commit 98825cf7b4
4 changed files with 201 additions and 186 deletions

View File

@@ -1,8 +1,7 @@
// Hyperbolic Rogue
// Copyright (C) 2011-2012 Zeno Rogue, see 'hyper.cpp' for details
eGeometry geometry, targetgeometry = gEuclid;
extern bool targettrunc;
eGeometry geometry, targetgeometry;
// for the pure heptagonal grid
bool purehepta = false;