phaser/src/tilemaps
2018-08-21 17:59:28 +01:00
..
components Fix JSDoc in Tilemap 2018-08-20 13:20:23 +02:00
dynamiclayer Fix JSDoc in Tilemap 2018-08-20 13:20:23 +02:00
mapdata Added renderOrder property. 2018-08-21 17:55:40 +01:00
parsers Now extracts the renderorder property from the Tiled JSON 2018-08-21 17:54:49 +01:00
staticlayer When a Static Tilemap Layer is generated in WebGL it will use the Cameras roundPixels value to clamp the tile coordinates. 2018-08-06 14:16:36 +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 Added renderOrder property, setRenderOrder and apply them during layer creation. 2018-08-21 17:59:28 +01: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