phaser/src/tilemaps
2020-11-06 09:44:29 +00:00
..
components Avoid deep diving into loads of functions 2020-10-15 11:47:11 +01:00
mapdata The Static and Dynamic Tilemap Layer objects have been removed and consolidated into the new TilemapLayer class. 2020-10-12 11:40:40 +01:00
parsers ParseTilesets will now correctly handle non-consequtive tile IDs. It also now correctly sets the maxId property, fixing a bug where tiles wouldn't render if from IDs outside the expected range. Fix #4367 2020-10-12 13:52:31 +01:00
typedefs Overhauled createFromObjects to make it much more useful. Fix #3817 #4613 2020-10-12 13:31:30 +01:00
const.js Opps :) 2020-10-10 11:38:16 +01:00
Formats.js Revert "clean up" 2020-04-10 20:55:31 +02:00
ImageCollection.js Revert "clean up" 2020-04-10 20:55:31 +02:00
index.js The Static and Dynamic Tilemap Layer objects have been removed and consolidated into the new TilemapLayer class. 2020-10-12 11:40:40 +01:00
ParseToTilemap.js Revert "clean up" 2020-04-10 20:55:31 +02:00
Tile.js Fixed lots of missing JSDocs 2020-10-12 11:33:33 +01:00
Tilemap.js Lint fix 2020-10-12 13:38:57 +01:00
TilemapCreator.js Revert "clean up" 2020-04-10 20:55:31 +02:00
TilemapFactory.js Revert "clean up" 2020-04-10 20:55:31 +02:00
TilemapLayer.js Fixed incorrect parameter type 2020-10-15 11:09:19 +01:00
TilemapLayerCanvasRenderer.js Removed use of _tempMatrix from all renderers 2020-11-06 09:44:29 +00:00
TilemapLayerRender.js Path fixes 2020-10-12 11:51:05 +01:00
TilemapLayerWebGLRenderer.js The Static and Dynamic Tilemap Layer objects have been removed and consolidated into the new TilemapLayer class. 2020-10-12 11:40:40 +01:00
Tileset.js Revert "clean up" 2020-04-10 20:55:31 +02:00