a CLI option to make shots non-transparent: -shott

This commit is contained in:
Zeno Rogue 2018-12-21 14:45:09 +01:00
parent be84ecb7df
commit 635c8c94dc
1 changed files with 3 additions and 0 deletions

View File

@ -374,6 +374,9 @@ int png_read_args() {
else if(argis("-pngformat")) {
shift(); shotformat = argi();
}
else if(argis("-shott")) {
shift(); shot::transparent = argi();
}
else return 1;
return 0;
}