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