1
0
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:
Zeno Rogue 2024-08-20 13:47:22 +02:00
parent d7176fc213
commit c65c92282e

View File

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