public Haxxit.Maps.Point XnaVector2ToHaxxitPoint(Vector2 v)
 {
     return v.ToHaxxitPoint(map_rectangle_size, map_border_size);
 }