mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-11 06:45:59 +00:00
using addHook_rvslides and addHook_slideshows in various rogueviz demos
This commit is contained in:
@@ -418,7 +418,7 @@ auto msc = arg::add3("-analogs", enable)
|
||||
param_b(textured, "analogs_texture")
|
||||
->editable("draw Earth", 'T');
|
||||
})
|
||||
+ addHook(rogueviz::pres::hooks_build_rvtour, 131, [] (string s, vector<tour::slide>& v) {
|
||||
+ addHook_rvslides(131, [] (string s, vector<tour::slide>& v) {
|
||||
if(s != "mixed") return;
|
||||
using namespace tour;
|
||||
|
||||
|
Reference in New Issue
Block a user