1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-20 00:17:39 +00:00

ads-game:: replay mode

This commit is contained in:
Zeno Rogue
2022-10-09 13:15:57 +02:00
parent 97a4f13ff8
commit 9184532036
5 changed files with 46 additions and 32 deletions

View File

@@ -102,6 +102,7 @@ void run_ads_game() {
rogueviz::rv_hook(hooks_prestats, 100, display_rsrc);
rogueviz::rv_hook(hooks_handleKey, 0, handleKey);
rogueviz::rv_hook(shmup::hooks_turn, 0, ads_turn);
rogueviz::rv_hook(anims::hooks_anim, 100, replay_animation);
cgi.use_count++;
hybrid::in_underlying_geometry([] {