mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-29 04:47:41 +00:00
rogueviz::seuphorica:: cheat feature
This commit is contained in:
@@ -794,6 +794,8 @@ void seuphorica_menu() {
|
|||||||
});
|
});
|
||||||
dialog::addItem("quit", 'q');
|
dialog::addItem("quit", 'q');
|
||||||
dialog::add_action([] { quitmainloop = true; });
|
dialog::add_action([] { quitmainloop = true; });
|
||||||
|
dialog::addItem("cheat", 'c');
|
||||||
|
dialog::add_action(cheat);
|
||||||
dialog::addBack();
|
dialog::addBack();
|
||||||
dialog::display();
|
dialog::display();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user