mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-09-22 19:18:41 +00:00
refer to color by HTML name in commandline arguments
This commit is contained in:
+1
-1
@@ -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