pub fn check_collision_circles( center1: Vector2, radius1: f32, center2: Vector2, radius2: f32, ) -> bool
Check collision between two circles