mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-19 15:20:27 +00:00
ray:: ray-step option
This commit is contained in:
parent
b8b24af6ff
commit
62b85fff34
@ -1794,6 +1794,11 @@ int readArgs() {
|
||||
PHASEFROM(2);
|
||||
shift(); max_iter_current() = argi();
|
||||
}
|
||||
else if(argis("-ray-step")) {
|
||||
PHASEFROM(2);
|
||||
println(hlog, "maxstep_current() is ", maxstep_current());
|
||||
shift_arg_formula(maxstep_current());
|
||||
}
|
||||
else if(argis("-ray-cells")) {
|
||||
PHASEFROM(2); shift();
|
||||
rays_generate = true;
|
||||
|
Loading…
Reference in New Issue
Block a user