mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-09 13:56:00 +00:00
ads-game:: recenter cheat
This commit is contained in:
@@ -104,6 +104,9 @@ void game_menu() {
|
||||
dialog::addItem(XLAT("refill cheat"), 'R');
|
||||
dialog::add_action([] { init_rsrc(); popScreen(); });
|
||||
|
||||
dialog::addItem(XLAT("recenter cheat"), 'C');
|
||||
dialog::add_action([] { current.T = Id; vctrV = Id; });
|
||||
|
||||
dialog::addItem("configure keys", 'k');
|
||||
dialog::add_action_push(multi::get_key_configurer(1, move_names, "Relative Hell keys"));
|
||||
|
||||
|
Reference in New Issue
Block a user