1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-23 21:07:17 +00:00

shot:: option -shot-500

This commit is contained in:
Zeno Rogue 2021-04-07 18:30:33 +02:00
parent cee08a9e87
commit 871d103f9a

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;