phaser/src/tilemaps
2022-11-24 00:27:01 +00:00
..
components Fixed world to isometric conversion and added optional base origin property. 2022-11-24 00:26:40 +00:00
const Updated copyright year 2022-02-28 14:29:51 +00:00
mapdata MapData and ObjectLayer will now enforce that the Tilemap.objects property is always an array. Sometimes Tiled willl set it to be a blank object in the JSON data. This fix makes sure it is always an array. Fix #6139 2022-11-17 14:28:23 +00:00
parsers The ParseJSONTiled function will now run a DeepCopy on the source Tiled JSON, which prevents object mutation, fixing an issue where Tiled Object Layer names would be duplicated if used across multiple Tilemap instances. Fix #6212 2022-11-17 14:17:58 +00:00
typedefs Docs: add CreateFromObjectsClassTypeConstructor 2022-03-30 11:05:27 -07:00
Formats.js Updated copyright year 2022-02-28 14:29:51 +00:00
ImageCollection.js Updated copyright year 2022-02-28 14:29:51 +00:00
index.js Updated copyright year 2022-02-28 14:29:51 +00:00
ObjectHelper.js Docs: fix types in Phaser.Tilemaps.ObjectHelper#setFromJSON 2021-10-13 15:58:32 -07:00
ParseToTilemap.js Updated copyright year 2022-02-28 14:29:51 +00:00
Tile.js Fixes getTop for creating MatterTileBody for isometric tiles 2022-04-19 16:43:28 +08:00
Tilemap.js The Tilemap.destroyLayer method would throw an error "TypeError: layer.destroy is not a function". It now correctly destroys the TilemapLayer. Fix #6268 2022-11-17 14:34:46 +00:00
TilemapCreator.js Updated copyright year 2022-02-28 14:29:51 +00:00
TilemapFactory.js Updated copyright year 2022-02-28 14:29:51 +00:00
TilemapLayer.js Added new getIsoTileAtWorldXY method. 2022-11-24 00:27:01 +00:00
TilemapLayerCanvasRenderer.js Updated copyright year 2022-02-28 14:29:51 +00:00
TilemapLayerRender.js Fixed lint errors 2022-05-10 17:06:53 +01:00
TilemapLayerWebGLRenderer.js Updated copyright year 2022-02-28 14:29:51 +00:00
Tileset.js Updated copyright year 2022-02-28 14:29:51 +00:00