mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-21 17:07:40 +00:00
CLI option -fat-edges
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user