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:
parent
cee08a9e87
commit
871d103f9a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user