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