mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-08 13:25:59 +00:00
rogueviz:: list of portal scenes in portal collection
This commit is contained in:
@@ -1429,7 +1429,13 @@ void portal_slideshow(tour::ss::slideshow_callback cb) {
|
||||
"This is a collection of portals. We start with knotted portals in Euclidean geometry, "
|
||||
"then we visit portals in other geometries, and finally, we explore portals between different "
|
||||
"geometries.\n\nLoading these may take some time, so you need to press 'r' to run them. In most slides you can also press '5' to change various parameters.",
|
||||
[] (presmode mode) {}
|
||||
[] (presmode mode) {
|
||||
slide_action(mode, '9', "list of portal scenes", [=] {
|
||||
popScreenAll();
|
||||
ss::current_folder = get_foldername(slides[currentslide].name);
|
||||
pushScreen(ss::showMenu);
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
auto add = [&] (string s, string text, string youtube, reaction_t act) {
|
||||
|
Reference in New Issue
Block a user