mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-06 02:37:19 +00:00
ads-game:: recenter cheat
This commit is contained in:
parent
c4a4b21296
commit
628f19a0a0
@ -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"));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user