shot:: more 16:9 formats

This commit is contained in:
Zeno Rogue 2021-08-05 13:22:29 +02:00
parent 14afd51049
commit 8545c7d66f
1 changed files with 12 additions and 0 deletions

View File

@ -854,6 +854,18 @@ int png_read_args() {
shot::shoty = 720;
shot::transparent = false;
}
else if(argis("-shot-qfhd")) {
shot::shotformat = -1;
shot::shotx = 960;
shot::shoty = 540;
shot::transparent = false;
}
else if(argis("-shot-qhd")) {
shot::shotformat = -1;
shot::shotx = 640;
shot::shoty = 360;
shot::transparent = false;
}
else if(argis("-shot-1000")) {
shot::shotformat = -1;
shot::shotx = 1000;