Example usage for com.badlogic.gdx.maps.tiled TiledMapTileLayer subclass-usage

List of usage examples for com.badlogic.gdx.maps.tiled TiledMapTileLayer subclass-usage

Introduction

In this page you can find the example usage for com.badlogic.gdx.maps.tiled TiledMapTileLayer subclass-usage.

Usage

From source file no.mehl.libgdx.map.util.OSMTileLayer.java

/** @brief Layer for a TiledMap */
public class OSMTileLayer extends TiledMapTileLayer {

    private int width;
    private int height;