1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-08 13:25:59 +00:00

rvtour:: finished changing rvtour to pres

This commit is contained in:
Zeno Rogue
2020-09-13 06:32:18 +02:00
parent 1937659a03
commit 910775a25d
13 changed files with 19 additions and 19 deletions

View File

@@ -313,7 +313,7 @@ int readArgs() {
}
int ah = addHook(hooks_args, 100, readArgs) +
addHook(rvtour::hooks_build_rvtour, 142, [] (vector<tour::slide>& v) {
addHook(pres::hooks_build_rvtour, 142, [] (vector<tour::slide>& v) {
using namespace tour;
v.push_back(
tour::slide{"unsorted/Collatz conjecture", 51, LEGAL::UNLIMITED | QUICKGEO,
@@ -321,7 +321,7 @@ int ah = addHook(hooks_args, 100, readArgs) +
"Press '5' for a spiral rendering of the Collatz conjecture visualization.\n\n"
"Note that this, and many other RogueViz visualizations, have "
"Euclidean versions (press ESC).\n",
rvtour::roguevizslide('d', [] () {
pres::roguevizslide('d', [] () {
rogueviz::dftcolor = 0x206020FF;
int fac = euclid ? 2 : 1;