1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-05-10 19:24:06 +00:00

rogueviz::ads::dsgame music

This commit is contained in:
Zeno Rogue 2025-04-05 23:31:30 +02:00
parent 91a6af32a1
commit 99fe9da2b9

View File

@ -760,6 +760,7 @@ void run_ds_game_hooks() {
rogueviz::rv_hook(anims::hooks_anim, 100, replay_animation);
rogueviz::rv_hook(hooks_global_mouseover, 100, generate_mouseovers);
rogueviz::rv_change<color_t>(titlecolor, 0xFFC000);
rv_hook(hooks_music, 100, [] (eLand& l) { l = mfcode("C5"); return false; });
}
void run_ds_game() {