mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-16 21:34:08 +00:00
rogueviz::fifteen:: set music and full tiles
This commit is contained in:
parent
306d6b2e67
commit
03890caf1e
@ -412,6 +412,8 @@ void enable() {
|
|||||||
rogueviz::rv_hook(hooks_clearmemory, 40, [] () {
|
rogueviz::rv_hook(hooks_clearmemory, 40, [] () {
|
||||||
fif.clear();
|
fif.clear();
|
||||||
});
|
});
|
||||||
|
rogueviz::rv_hook(hooks_music, 100, [] (eLand& l) { l = eLand(300); return false; });
|
||||||
|
rogueviz::rv_change(patterns::whichShape, '9');
|
||||||
}
|
}
|
||||||
|
|
||||||
#if CAP_COMMANDLINE
|
#if CAP_COMMANDLINE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user