use cgmath::Point2; pub struct PlayerStatus { pub pos: Point2, }