1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-04-06 02:37:19 +00:00

rogueviz::fifteen:: set music and full tiles

This commit is contained in:
Zeno Rogue 2025-03-12 21:39:31 +01:00
parent 306d6b2e67
commit 03890caf1e

View File

@ -412,6 +412,8 @@ void enable() {
rogueviz::rv_hook(hooks_clearmemory, 40, [] () {
fif.clear();
});
rogueviz::rv_hook(hooks_music, 100, [] (eLand& l) { l = eLand(300); return false; });
rogueviz::rv_change(patterns::whichShape, '9');
}
#if CAP_COMMANDLINE