1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-18 03:58:04 +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

@@ -303,10 +303,11 @@ EX namespace models {
"This lets you specify the projection as a formula f. "
"The formula has access to the value 'z', which is a complex number corresponding to the (x,y) coordinates in the currently selected model; "
"the point z is mapped to f(z). You can also use the underlying coordinates ux, uy, uz."
) + "\n\n" + parser_help()
)
);
#if CAP_QUEUE && CAP_CURVE
dialog::extra_options = [] () {
dialog::parser_help();
initquickqueue();
queuereset(mdPixel, PPR::LINE);
for(int a=-1; a<=1; a++) {