mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
options -crot and -playerpath
This commit is contained in:
parent
3c9e4db46e
commit
27ae6b3cd9
@ -1224,6 +1224,14 @@ namespace conformal {
|
||||
shift_arg_formula(conformal::model_orientation);
|
||||
shift_arg_formula(conformal::model_orientation_yz);
|
||||
}
|
||||
else if(argis("-crot")) {
|
||||
PHASEFROM(2);
|
||||
shift_arg_formula(conformal::rotation);
|
||||
if(DIM == 3) shift_arg_formula(conformal::rotation_xz);
|
||||
}
|
||||
else if(argis("-playerpath")) {
|
||||
conformal::create_playerpath();
|
||||
}
|
||||
else if(argis("-clip")) {
|
||||
PHASEFROM(2);
|
||||
shift_arg_formula(conformal::clip_min);
|
||||
|
Loading…
Reference in New Issue
Block a user