shot:: option -shot-500

This commit is contained in:
Zeno Rogue 2021-04-07 18:30:33 +02:00
parent cee08a9e87
commit 871d103f9a
1 changed files with 6 additions and 0 deletions

View File

@ -860,6 +860,12 @@ int png_read_args() {
shot::shoty = 1000;
shot::transparent = false;
}
else if(argis("-shot-500")) {
shot::shotformat = -1;
shot::shotx = 500;
shot::shoty = 500;
shot::transparent = false;
}
else if(argis("-shot-vertical")) {
shot::shotformat = -1;
shot::shotx = 720;