mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-22 14:00:13 +00:00
CLI option -fat-edges
This commit is contained in:
parent
7f08ca01a2
commit
de5c64d080
@ -2938,6 +2938,10 @@ int read_pattern_args() {
|
||||
lp->color = arghex();
|
||||
}
|
||||
|
||||
else if(argis("-fat-edges")) {
|
||||
PHASEFROM(2); shift(); fat_edges = argi();
|
||||
}
|
||||
|
||||
else if(argis("-palw")) {
|
||||
PHASEFROM(2);
|
||||
shift(); string ss = args();
|
||||
|
Loading…
x
Reference in New Issue
Block a user