1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-26 07:03:19 +00:00

options -crot and -playerpath

This commit is contained in:
Zeno Rogue 2019-04-23 18:48:13 +02:00
parent 3c9e4db46e
commit 27ae6b3cd9

View File

@ -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);