1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-02-04 00:40:16 +00:00

improved help for editable values

This commit is contained in:
Zeno Rogue
2021-02-01 13:42:12 +01:00
parent c2ce2905d7
commit 5bd7dea231
6 changed files with 85 additions and 30 deletions

View File

@@ -2085,10 +2085,10 @@ EX namespace patterns {
);
s += XLAT("see compute_map_function in pattern2.cpp for more\n");
s += "\n\n" + parser_help();
dialog::edit_string(color_formula, "formula", s);
dialog::extra_options = dialog::parser_help;
dialog::reaction_final = [instant] () {
if(instant) stop_game();
whichCanvas = 'f';