diff --git a/src/main.rs b/src/main.rs index 149a2fc..b9e9e65 100755 --- a/src/main.rs +++ b/src/main.rs @@ -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::), + game_stopwatch, open_box, mark_box, markflip_box,