1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-07 17:23:00 +00:00

titlecolor setting

This commit is contained in:
Zeno Rogue
2022-07-23 15:36:27 +02:00
parent b07b805b33
commit e8b3f0c5c9
2 changed files with 6 additions and 0 deletions

View File

@@ -3071,6 +3071,9 @@ EX int read_color_args() {
else if(argis("-fore")) {
PHASEFROM(2); shift(); forecolor = argcolor(24);
}
else if(argis("-title")) {
PHASEFROM(2); shift(); titlecolor = argcolor(24);
}
else if(argis("-dialog")) {
PHASEFROM(2); shift(); dialog::dialogcolor = argcolor(24);
}