mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-01 18:27:55 +00:00
a CLI option to make shots non-transparent: -shott
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user