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

gamescreen updated in rogueviz

This commit is contained in:
Zeno Rogue
2022-07-05 16:03:12 +02:00
parent 80cc89f6eb
commit b2fb02f863
26 changed files with 39 additions and 37 deletions

View File

@@ -1271,13 +1271,13 @@ void launch_solv() {
void show() {
cmode = sm::SIDE | sm::MAYDARK;
gamescreen(0);
gamescreen();
dialog::init(XLAT("notknot"), 0xFFFFFFFF, 150, 0);
dialog::addItem("available scenes", 'a');
dialog::add_action_push([] {
cmode = sm::SIDE | sm::MAYDARK;
gamescreen(0);
gamescreen();
dialog::init(XLAT("notknot scenes"), 0xFFFFFFFF, 150, 0);