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