mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 13:07:16 +00:00
fixup to edit colors
This commit is contained in:
parent
d7176fc213
commit
c65c92282e
@ -412,12 +412,12 @@ void settings() {
|
||||
add_edit(min_gfx_slope);
|
||||
add_edit(stepped_display);
|
||||
add_edit(simulation_speed);
|
||||
add_break(100);
|
||||
dialog::addBreak(100);
|
||||
add_edit(my_scheme.wheel1);
|
||||
add_edit(my_scheme.wheel2);
|
||||
add_edit(my_scheme.seat);
|
||||
add_edit(my_scheme.seatpost);
|
||||
add_break(100);
|
||||
dialog::addBreak(100);
|
||||
dialog::addItem("projection", 'P');
|
||||
dialog::add_action_push(nil_projection);
|
||||
dialog::addItem("configure keys", 'k');
|
||||
|
Loading…
Reference in New Issue
Block a user