1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-04-20 17:53:20 +00:00

rogueviz::fundamental::change the starter tile

This commit is contained in:
Zeno Rogue 2025-02-23 20:54:43 +01:00
parent 3f2bb8f6bd
commit cee9bb5d3b

View File

@ -274,6 +274,10 @@ void showMenu() {
dialog::openColorDialog(color2, NULL);
dialog::get_di().dialogflags |= sm::MAYDARK | sm::SIDE;
});
dialog::addSelItem("set the central tile to current position", its(celldistance(starter, cwt.at)), 's');
dialog::add_action([] () {
starter = cwt.at;
});
dialog::addBack();
dialog::display();