1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-24 17:10:36 +00:00

arg:: -twopoint

This commit is contained in:
Zeno Rogue 2019-07-22 09:09:09 +02:00
parent 47fd094c6f
commit bb1fb4bd74

View File

@ -1226,6 +1226,10 @@ namespace conformal {
PHASEFROM(2);
shift_arg_formula(conformal::top_z);
}
else if(argis("-twopoint")) {
PHASEFROM(2);
shift_arg_formula(vid.twopoint_param);
}
else if(argis("-hp")) {
PHASEFROM(2);
shift_arg_formula(conformal::halfplane_scale);