ads-game:: recenter cheat

This commit is contained in:
Zeno Rogue 2022-09-29 15:05:57 +02:00
parent c4a4b21296
commit 628f19a0a0
1 changed files with 3 additions and 0 deletions

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