X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=CarFire%2FCarFire%2FCarFire%2FMap.cs;h=95a8c2c9b75253b17cc4debd169d312ca3cf43f5;hb=df178bd9554904299f0433e808e25be979d1c89a;hp=b61f2bbcb1eef2f8e0e556efdcff645b3daf5d63;hpb=1393586d1e5639ac8f1e9fc8183644050dd54165;p=chaz%2Fcarfire diff --git a/CarFire/CarFire/CarFire/Map.cs b/CarFire/CarFire/CarFire/Map.cs index b61f2bb..95a8c2c 100644 --- a/CarFire/CarFire/CarFire/Map.cs +++ b/CarFire/CarFire/CarFire/Map.cs @@ -93,6 +93,10 @@ namespace CarFire public string Tileset { get { return mData.Metadata.Tileset; } } + /// + /// Get and set the coordinate of the grid cell that should be in + /// the center of the screen when the map is drawn. + /// public Vector2 CenterCell { get { return mView.CenterCell; }