X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fcarfire;a=blobdiff_plain;f=CarFire%2FCarFire%2FCarFire%2FMap.cs;fp=CarFire%2FCarFire%2FCarFire%2FMap.cs;h=95a8c2c9b75253b17cc4debd169d312ca3cf43f5;hp=b61f2bbcb1eef2f8e0e556efdcff645b3daf5d63;hb=c8f76edcbc66e1466db1cfef4bc314a7261670e8;hpb=bc2e2a26b4dd7fa7e62ec4c93064ae80eef0b010 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; }