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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user