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:
parent
3f2bb8f6bd
commit
cee9bb5d3b
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user