mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-25 22:52:49 +00:00
rogueviz:: some music codes set
This commit is contained in:
parent
16517eb95b
commit
e73b2ed27f
@ -478,7 +478,7 @@ 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_hook(hooks_music, 100, [] (eLand& l) { l = mfcode("C2"); return false; });
|
||||
rogueviz::rv_change(patterns::whichShape, '9');
|
||||
state = state::edited;
|
||||
current_puzzle = nullptr;
|
||||
|
@ -1515,7 +1515,7 @@ void enable() {
|
||||
rogueviz::rv_change(showstartmenu, false);
|
||||
rogueviz::rv_change(mapeditor::drawplayer, false);
|
||||
rogueviz::rv_change(mine_adjacency_rule, 1);
|
||||
rogueviz::rv_hook(hooks_music, 100, [] (eLand& l) { l = eLand(250); return false; });
|
||||
rogueviz::rv_hook(hooks_music, 100, [] (eLand& l) { l = mfcode("C0"); return false; });
|
||||
}
|
||||
|
||||
local_parameter_set lps_seuphorica("seuphorica:");
|
||||
|
Loading…
x
Reference in New Issue
Block a user