1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-04 11:37:55 +00:00

rogueviz:: reorganized the presentations

This commit is contained in:
Zeno Rogue
2021-03-30 21:48:04 +02:00
parent 30b79de1f5
commit bdf97fc6de
14 changed files with 95 additions and 47 deletions

View File

@@ -208,7 +208,8 @@ auto msc =
walkers.clear();
total_time = 0;
})
+ addHook(pres::hooks_build_rvtour, 180, [] (vector<tour::slide>& v) {
+ addHook(pres::hooks_build_rvtour, 180, [] (string s, vector<tour::slide>& v) {
if(s != "mixed") return;
v.push_back(tour::slide{
cap+"random walk visualization", 10, tour::LEGAL::NONE | tour::QUICKSKIP,
"Here we see random walk in various geometries.\n"