List of usage examples for com.badlogic.gdx.graphics.g2d.tiled SimpleTileAtlas subclass-usage
From source file com.sertaogames.cactus2d.misc.MyTileAtlas.java
/** Contains an atlas of tiles by tile id for use with {@link TileMapRenderer} It does not need to be loaded with packed files. * Just plain textures. * @author Tomas Lazaro */ public class MyTileAtlas extends SimpleTileAtlas { private String dir = "";