mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 01:00:25 +00:00
shot:: more 16:9 formats
This commit is contained in:
parent
14afd51049
commit
8545c7d66f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user