This commit is contained in:
Tobias Wennberg 2025-03-24 17:14:23 +01:00
parent 30c7679af5
commit 5c7307813d

View File

@ -85,9 +85,9 @@ fn main() {
.add_systems(Update, (
(
handle_box,
game_stopwatch,
switch_to_win,
).run_if(in_state(GameState::Playing)).run_if(any_with_component::<HoveredBox>),
game_stopwatch,
open_box,
mark_box,
markflip_box,