mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
CLI option for vertical shots
This commit is contained in:
parent
0020957906
commit
250909a6f3
@ -858,6 +858,12 @@ int png_read_args() {
|
|||||||
shot::shoty = 1000;
|
shot::shoty = 1000;
|
||||||
shot::transparent = false;
|
shot::transparent = false;
|
||||||
}
|
}
|
||||||
|
else if(argis("-shot-vertical")) {
|
||||||
|
shot::shotformat = -1;
|
||||||
|
shot::shotx = 720;
|
||||||
|
shot::shoty = 1080;
|
||||||
|
shot::transparent = false;
|
||||||
|
}
|
||||||
else if(argis("-shotaa")) {
|
else if(argis("-shotaa")) {
|
||||||
shift(); shot_aa = argi();
|
shift(); shot_aa = argi();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user