mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-17 23:17:39 +00:00
'colored tiling' option
This commit is contained in:
@@ -836,6 +836,15 @@ void show() {
|
|||||||
spos = 0;
|
spos = 0;
|
||||||
else spos += 10;
|
else spos += 10;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
if(archimedean) {
|
||||||
|
dialog::addItem(XLAT("colored tiling"), 't');
|
||||||
|
dialog::add_action([] () {
|
||||||
|
specialland = laCanvas;
|
||||||
|
patterns::whichCanvas = 'A';
|
||||||
|
restart_game();
|
||||||
|
});
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dialog::addHelp();
|
dialog::addHelp();
|
||||||
|
Reference in New Issue
Block a user