mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-05 00:03:01 +00:00
ray:: color_out_of_range configurable via CLI
This commit is contained in:
@@ -1001,6 +1001,9 @@ int readArgs() {
|
|||||||
PHASEFROM(2);
|
PHASEFROM(2);
|
||||||
want_use = 1;
|
want_use = 1;
|
||||||
}
|
}
|
||||||
|
else if(argis("-ray-out")) {
|
||||||
|
PHASEFROM(2); shift(); color_out_of_range = arghex();
|
||||||
|
}
|
||||||
else if(argis("-ray-comp")) {
|
else if(argis("-ray-comp")) {
|
||||||
PHASEFROM(2);
|
PHASEFROM(2);
|
||||||
comparison_mode = true;
|
comparison_mode = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user