feat(io): GameIO music seams; push room track per turn, silence at menu

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-01 23:02:44 +02:00
parent 35ad4e6f1a
commit d0d8648bd0
4 changed files with 29 additions and 0 deletions

View File

@@ -143,5 +143,6 @@ public final class App {
new LookCommand().execute(ctx, List.of());
game.run();
io.setMusic(null); // fade music out when returning to the menu
}
}