phaser/src/tilemaps
2018-07-16 15:20:46 +01:00
..
components Modified tile sizes. 2018-07-16 15:20:46 +01:00
dynamiclayer Added cullCallback support - the final step in culling. Don't like ours? Roll your own! 2018-07-12 17:06:36 +01:00
mapdata Tidying up jsdocs and changing float to number 2018-06-26 23:19:14 +01:00
parsers Added eslint rules. Fixed incorrect ES6 use. 2018-06-11 09:05:52 +01:00
staticlayer Removed cull tests 2018-07-12 16:32:12 +01:00
Formats.js Added jsdocs 2018-02-12 16:01:21 +00:00
ImageCollection.js Added jsdocs 2018-02-12 16:01:21 +00:00
index.js Tidying up 2018-03-16 18:08:51 +00:00
ParseToTilemap.js Added jsdocs 2018-02-12 16:01:21 +00:00
Tile.js Lots of jsdoc fixes 2018-04-16 14:43:24 +01:00
Tilemap.js Fixing removeTileAt, removeTileAtWorldXY docs 2018-06-30 15:09:41 -05:00
TilemapCreator.js Updated jsdocs 2018-04-16 16:37:07 +01:00
TilemapFactory.js Added jsdocs 2018-02-12 16:01:21 +00:00
Tileset.js Tileset.glTexture is a new property that maps to the WebGL Texture for the Tileset image. It's used internally by the renderer to avoid expensive object look-ups and is set automatically in the Tileset.setImage method. 2018-07-02 13:32:35 +01:00