mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-08 09:42:59 +00:00
rogueviz:: an option to disable labels
This commit is contained in:
@@ -1564,6 +1564,9 @@ int readArgs() {
|
|||||||
else if(argis("-lab")) {
|
else if(argis("-lab")) {
|
||||||
showlabels = true;
|
showlabels = true;
|
||||||
}
|
}
|
||||||
|
else if(argis("-lab-off")) {
|
||||||
|
showlabels = false;
|
||||||
|
}
|
||||||
else if(argis("-rog3")) {
|
else if(argis("-rog3")) {
|
||||||
rog3 = true;
|
rog3 = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user