Ejemplo n.º 1
0
 // Add a Tile map
 public void AddTileMap(TileMap tileMap)
 {
     TileMaps.Add(tileMap);
     tileMap.LoadContent(Content);
 }