mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-01 14:04:07 +00:00
shot:: option -shot-500
This commit is contained in:
parent
cee08a9e87
commit
871d103f9a
@ -860,6 +860,12 @@ int png_read_args() {
|
|||||||
shot::shoty = 1000;
|
shot::shoty = 1000;
|
||||||
shot::transparent = false;
|
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")) {
|
else if(argis("-shot-vertical")) {
|
||||||
shot::shotformat = -1;
|
shot::shotformat = -1;
|
||||||
shot::shotx = 720;
|
shot::shotx = 720;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user