1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-28 12:27:40 +00:00

ringcolor improvements

This commit is contained in:
Zeno Rogue
2018-11-08 19:39:55 +01:00
parent d1d2a300c4
commit f1b6cc0f48
7 changed files with 141 additions and 94 deletions

View File

@@ -1493,11 +1493,14 @@ int read_config_args() {
PHASEFROM(2); shift(); backcolor = arghex();
}
else if(argis("-fillmodel")) {
PHASEFROM(2); shift(); fillmodel = arghex();
PHASEFROM(2); shift(); modelcolor = arghex();
}
else if(argis("-ring")) {
PHASEFROM(2); shift(); ringcolor = arghex();
}
else if(argis("-period")) {
PHASEFROM(2); shift(); periodcolor = arghex();
}
else if(argis("-borders")) {
PHASEFROM(2); shift(); bordcolor = arghex();
}