标签: java libgdx layer
我有这个文件,我想删除数字" 31"和" 32"来自我的地图。
ServerAlias Directive
我该怎么做?我尝试过:
TiledMapTileLayer tile = (TiledMapTileLayer) map.getLayers().get(0); tile.getCell(y,layer).setTile(null);
但效果不佳。有人能帮助我吗?