mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
rogueviz menu as a sidescreen
This commit is contained in:
parent
4134f50f71
commit
e0199c1d81
@ -1695,6 +1695,9 @@ int readArgs() {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
void showMenu() {
|
void showMenu() {
|
||||||
|
cmode = sm::SIDE | sm::MAYDARK | sm::DIALOG_STRICT_X;
|
||||||
|
gamescreen(0);
|
||||||
|
|
||||||
dialog::init(XLAT("rogueviz configuration"));
|
dialog::init(XLAT("rogueviz configuration"));
|
||||||
|
|
||||||
dialog::addSelItem(XLAT("temperature"), fts(sag::temperature), 't');
|
dialog::addSelItem(XLAT("temperature"), fts(sag::temperature), 't');
|
||||||
|
Loading…
Reference in New Issue
Block a user