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:
parent
f7f0a0ea02
commit
8a6f96cba9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user