I’m using a TiledMap in libGDX. Is there a way i can make a specific cell/tile transparent or set it’s opacity in libGDX? I need to make the tile transparent whenever the player steps on it or goes behind it. I don’t want to set the opacity in Tiled but in libGDX.