'colored tiling' option

This commit is contained in:
Zeno Rogue 2018-08-20 02:50:51 +02:00
parent 625144195c
commit f92a5ea3f1
1 changed files with 9 additions and 0 deletions

View File

@ -836,6 +836,15 @@ void show() {
spos = 0;
else spos += 10;
});
if(archimedean) {
dialog::addItem(XLAT("colored tiling"), 't');
dialog::add_action([] () {
specialland = laCanvas;
patterns::whichCanvas = 'A';
restart_game();
});
}
}
dialog::addHelp();