Web build script
This commit is contained in:
parent
b70396ab72
commit
0ee61d808e
10 changed files with 82 additions and 26 deletions
|
|
@ -300,11 +300,7 @@ fn char_char_collision_event_system(
|
|||
mut commands: Commands,
|
||||
|
||||
mut collision_events: EventReader<CollisionEvent>,
|
||||
character_query: Query<(
|
||||
&CharacterColor,
|
||||
&Transform,
|
||||
Option<&Player>,
|
||||
)>,
|
||||
character_query: Query<(&CharacterColor, &Transform, Option<&Player>)>,
|
||||
|
||||
mut character_list: ResMut<CharacterList>,
|
||||
mut app_state: ResMut<State<AppState>>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue