From 5c7307813de1618d317098eea21854725faa623e Mon Sep 17 00:00:00 2001 From: Tobias Wennberg Date: Mon, 24 Mar 2025 17:14:23 +0100 Subject: [PATCH] sdasd --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,