1
0
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:
Zeno Rogue 2022-09-29 15:05:57 +02:00
parent c4a4b21296
commit 628f19a0a0

View File

@ -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"));