1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-05 03:47:58 +00:00

rv:: some fixes to the demos

This commit is contained in:
Zeno Rogue
2022-03-01 09:32:39 +01:00
parent 0429c8353a
commit bde3efbc35
4 changed files with 11 additions and 1 deletions

View File

@@ -510,6 +510,7 @@ auto hooks =
if(twitter != "")
slide_url(mode, 't', "Twitter link", twitter);
slide_action(mode, 'r', "run this visualization", loader);
slidecommand = "portal options";
if(mode == tour::pmKey) pushScreen(intra::show_portals);
}
});