mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-26 23:12:51 +00:00
screenshot formats
This commit is contained in:
parent
d74fb28ff9
commit
12dd3d68ac
@ -820,6 +820,24 @@ int png_read_args() {
|
|||||||
else if(argis("-shott")) {
|
else if(argis("-shott")) {
|
||||||
shift(); shot::transparent = argi();
|
shift(); shot::transparent = argi();
|
||||||
}
|
}
|
||||||
|
else if(argis("-shot-fhd")) {
|
||||||
|
shot::shotformat = -1;
|
||||||
|
shot::shotx = 1920;
|
||||||
|
shot::shotx = 1080;
|
||||||
|
shot::transparent = false;
|
||||||
|
}
|
||||||
|
else if(argis("-shot-hd")) {
|
||||||
|
shot::shotformat = -1;
|
||||||
|
shot::shotx = 1280;
|
||||||
|
shot::shotx = 720;
|
||||||
|
shot::transparent = false;
|
||||||
|
}
|
||||||
|
else if(argis("-shot-1000")) {
|
||||||
|
shot::shotformat = -1;
|
||||||
|
shot::shotx = 1000;
|
||||||
|
shot::shotx = 1000;
|
||||||
|
shot::transparent = false;
|
||||||
|
}
|
||||||
else if(argis("-shotaa")) {
|
else if(argis("-shotaa")) {
|
||||||
shift(); shot_aa = argi();
|
shift(); shot_aa = argi();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user