Example usage for com.badlogic.gdx.graphics.g2d.tiled SimpleTileAtlas subclass-usage

List of usage examples for com.badlogic.gdx.graphics.g2d.tiled SimpleTileAtlas subclass-usage

Introduction

In this page you can find the example usage for com.badlogic.gdx.graphics.g2d.tiled SimpleTileAtlas subclass-usage.

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 = "";