1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-28 12:27:40 +00:00

gp:: added -gph (better -gp)

This commit is contained in:
Zeno Rogue
2022-01-08 19:20:53 +01:00
parent 7ea8c765d9
commit 450aa28d67
2 changed files with 7 additions and 1 deletions

View File

@@ -1252,6 +1252,12 @@ int read_geom_args() {
shift(); gp::param.second = argi();
set_variation(eVariation::goldberg);
}
else if(argis("-gph")) {
PHASEFROM(2);
shift(); int x = argi();
shift(); int y = argi();
gp::whirl_set({x, y});
}
else if(argis("-unrectified")) {
PHASEFROM(2);
set_variation(eVariation::unrectified);