1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 03:09:59 +00:00

added a text that 3D geometries are a work in progress

This commit is contained in:
Zeno Rogue 2019-03-03 00:49:37 +01:00
parent 24e02f8dea
commit aebc5dd693

View File

@ -400,6 +400,9 @@ void ge_select_tiling(const vector<eGeometry>& lst) {
dialog::init(XLAT("experiment with geometry"));
if(&lst == &list3d)
dialog::addInfo("3D geometries are a work in progress", 0x800000);
char letter = 'a';
for(eGeometry i: lst) {
bool on = geometry == i;