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:
@@ -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");
|
||||
|
Reference in New Issue
Block a user