pub fn event_trigger( collider_query: Query<'_, '_, (Entity, &RectangleCollider), With<RectangleCollider>>, commands: Commands<'_, '_>, )