sdasd
This commit is contained in:
parent
30c7679af5
commit
5c7307813d
@ -85,9 +85,9 @@ fn main() {
|
|||||||
.add_systems(Update, (
|
.add_systems(Update, (
|
||||||
(
|
(
|
||||||
handle_box,
|
handle_box,
|
||||||
game_stopwatch,
|
|
||||||
switch_to_win,
|
switch_to_win,
|
||||||
).run_if(in_state(GameState::Playing)).run_if(any_with_component::<HoveredBox>),
|
).run_if(in_state(GameState::Playing)).run_if(any_with_component::<HoveredBox>),
|
||||||
|
game_stopwatch,
|
||||||
open_box,
|
open_box,
|
||||||
mark_box,
|
mark_box,
|
||||||
markflip_box,
|
markflip_box,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user