1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-25 06:33:19 +00:00

rogueviz menu as a sidescreen

This commit is contained in:
Zeno Rogue 2018-01-14 03:00:24 +01:00
parent 4134f50f71
commit e0199c1d81

View File

@ -1695,6 +1695,9 @@ int readArgs() {
#endif
void showMenu() {
cmode = sm::SIDE | sm::MAYDARK | sm::DIALOG_STRICT_X;
gamescreen(0);
dialog::init(XLAT("rogueviz configuration"));
dialog::addSelItem(XLAT("temperature"), fts(sag::temperature), 't');