1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-27 14:37:16 +00:00

rv::presentation:: -presangle to set the angle via CLI

This commit is contained in:
Zeno Rogue 2022-04-12 13:13:08 +02:00
parent f7f0a0ea02
commit 8a6f96cba9

View File

@ -528,7 +528,12 @@ int runslide = arg::add3("-slides", [] {
else currentslide = 0;
}
presentation(pmStart);
});
})
+ arg::add3("-presangle", [] {
arg::shift_arg_formula(angle);
dir = 0;
});
;
}
#endif