1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-27 11:57:40 +00:00

rogueviz:: ads:: time_shift setting

This commit is contained in:
Zeno Rogue
2025-06-22 15:57:26 +02:00
parent 56767f0d8f
commit 296abbe7c4
5 changed files with 24 additions and 30 deletions

View File

@@ -205,9 +205,10 @@ void game_menu() {
add_edit(pause_speed);
add_edit(view_proper_times);
add_edit(DS_(time_unit));
if(view_proper_times)
add_edit(time_scale);
else dialog::addBreak(100);
if(view_proper_times) {
add_edit(time_scale); add_edit(time_shift);
}
else dialog::addBreak(200);
dialog::addItem(XLAT("set view mode"), 'v');
dialog::add_action_push(edit_view_mode);