mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-30 17:27:57 +00:00
refer to color by HTML name in commandline arguments
This commit is contained in:
@@ -934,7 +934,7 @@ int expansion_readArgs() {
|
||||
|
||||
else if(argis("-expansion-labelcolor")) {
|
||||
dist_label_colored = false;
|
||||
shift(); dist_label_color = arghex();
|
||||
shift(); dist_label_color = argcolor(24);
|
||||
}
|
||||
|
||||
else if(argis("-expansion-off")) {
|
||||
|
Reference in New Issue
Block a user