mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-14 04:37:10 +00:00
CLI setting -shotaa
This commit is contained in:
@@ -385,6 +385,9 @@ int png_read_args() {
|
|||||||
else if(argis("-shott")) {
|
else if(argis("-shott")) {
|
||||||
shift(); shot::transparent = argi();
|
shift(); shot::transparent = argi();
|
||||||
}
|
}
|
||||||
|
else if(argis("-shotaa")) {
|
||||||
|
shift(); shot_aa = argi();
|
||||||
|
}
|
||||||
else return 1;
|
else return 1;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user