1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-11 14:56:00 +00:00

string parameters are now correctly editable

This commit is contained in:
Zeno Rogue
2024-05-28 15:08:30 +02:00
parent 0d5723dd69
commit a9d6def718
3 changed files with 74 additions and 21 deletions

View File

@@ -1885,7 +1885,7 @@ EX namespace ccolor {
return;
}
void config_formula(bool instant) {
EX void config_formula(bool instant) {
string s = XLAT(
"This lets you specify the color pattern as a function of the cell.\n");
s += XLAT("rgb(r,g,b)\n");