mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-05-11 03:34:07 +00:00
rogueviz::ads::dsgame music
This commit is contained in:
parent
91a6af32a1
commit
99fe9da2b9
@ -760,6 +760,7 @@ void run_ds_game_hooks() {
|
|||||||
rogueviz::rv_hook(anims::hooks_anim, 100, replay_animation);
|
rogueviz::rv_hook(anims::hooks_anim, 100, replay_animation);
|
||||||
rogueviz::rv_hook(hooks_global_mouseover, 100, generate_mouseovers);
|
rogueviz::rv_hook(hooks_global_mouseover, 100, generate_mouseovers);
|
||||||
rogueviz::rv_change<color_t>(titlecolor, 0xFFC000);
|
rogueviz::rv_change<color_t>(titlecolor, 0xFFC000);
|
||||||
|
rv_hook(hooks_music, 100, [] (eLand& l) { l = mfcode("C5"); return false; });
|
||||||
}
|
}
|
||||||
|
|
||||||
void run_ds_game() {
|
void run_ds_game() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user