f1d96012f1
Pressing S (or the Stats HUD button) while another modal was open (Settings, Profile, Leaderboard, etc.) would spawn a second ModalScrim on top of the existing one, violating the one-scrim-at-a-time invariant. Add other_modal_scrims: Query<(), (With<ModalScrim>, Without<StatsScreen>)> matching the guard pattern used by every other modal-spawning system. Also import ModalScrim which was previously not imported in this file. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>