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

rogueviz:: moved other viz to unsorted/

This commit is contained in:
Zeno Rogue
2020-04-07 17:17:35 +02:00
parent 357117ce35
commit 373a7c3469
4 changed files with 8 additions and 8 deletions

View File

@@ -314,10 +314,10 @@ int readArgs() {
}
int ah = addHook(hooks_args, 100, readArgs) +
addHook(rvtour::hooks_build_rvtour, 100, [] (vector<tour::slide>& v) {
addHook(rvtour::hooks_build_rvtour, 142, [] (vector<tour::slide>& v) {
using namespace tour;
v.push_back(
tour::slide{"Collatz conjecture", 51, LEGAL::UNLIMITED | QUICKGEO,
tour::slide{"unsorted/Collatz conjecture", 51, LEGAL::UNLIMITED | QUICKGEO,
"The following slide is a visualization of the Collatz conjecture. "
"Press '5' for a spiral rendering of the Collatz conjecture visualization.\n\n"
"Note that this, and many other RogueViz visualizations, have "