mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 01:00:25 +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::transparent = false;
|
||||
}
|
||||
else if(argis("-shot-vertical")) {
|
||||
shot::shotformat = -1;
|
||||
shot::shotx = 720;
|
||||
shot::shoty = 1080;
|
||||
shot::transparent = false;
|
||||
}
|
||||
else if(argis("-shotaa")) {
|
||||
shift(); shot_aa = argi();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user