mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
added a text that 3D geometries are a work in progress
This commit is contained in:
parent
24e02f8dea
commit
aebc5dd693
@ -400,6 +400,9 @@ void ge_select_tiling(const vector<eGeometry>& lst) {
|
|||||||
|
|
||||||
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) {
|
||||||
bool on = geometry == i;
|
bool on = geometry == i;
|
||||||
|
Loading…
Reference in New Issue
Block a user