mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-07 09:13:02 +00:00
fixed 'formula' pattern to use RGB correctly
This commit is contained in:
@@ -3295,6 +3295,7 @@ EX int config3 = addHook(hooks_configfile, 100, [] {
|
||||
});
|
||||
|
||||
param_ccolor(ccolor::which, "pattern");
|
||||
param_str(ccolor::color_formula, "color_formula");
|
||||
});
|
||||
|
||||
EX void switchcolor(unsigned int& c, unsigned int* cs) {
|
||||
|
||||
Reference in New Issue
Block a user