mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-18 15:00:26 +00:00
CLI setting -shotaa
This commit is contained in:
parent
2db8eec411
commit
6185ed674e
@ -385,6 +385,9 @@ int png_read_args() {
|
||||
else if(argis("-shott")) {
|
||||
shift(); shot::transparent = argi();
|
||||
}
|
||||
else if(argis("-shotaa")) {
|
||||
shift(); shot_aa = argi();
|
||||
}
|
||||
else return 1;
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user