1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19: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

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