mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-02 20:29:17 +00:00
nilrider:: moved simulation_speed to settings
This commit is contained in:
parent
0ffb187d32
commit
e18b0b29b2
@ -368,8 +368,6 @@ void pick_game() {
|
||||
dialog::addItem("change the track", 't');
|
||||
dialog::add_action_push(pick_level);
|
||||
dialog::addBreak(100);
|
||||
add_edit(simulation_speed);
|
||||
dialog::addBreak(100);
|
||||
add_edit(planning_mode);
|
||||
dialog::addItem(XLAT("play this track"), SDLK_ESCAPE);
|
||||
dialog::addItem(XLAT("quit Nil Rider"), 'q');
|
||||
@ -413,6 +411,8 @@ void settings() {
|
||||
add_edit(whdist);
|
||||
add_edit(min_gfx_slope);
|
||||
add_edit(stepped_display);
|
||||
add_edit(simulation_speed);
|
||||
add_break(100);
|
||||
dialog::addItem("projection", 'P');
|
||||
dialog::add_action_push(nil_projection);
|
||||
dialog::addItem("configure keys", 'k');
|
||||
|
Loading…
Reference in New Issue
Block a user