pub fn check_collision_circle_rect( center: Vector2, radius: f32, rec: Rectangle, ) -> bool
Check collision between circle and rectangle