phaser/src/tilemaps
2022-11-24 00:42:13 +00:00
..
components Calling Tilemap.worldToTileX or worldToTileY on a Isometric or Hexagonal Tilemap will now always return null instead of doing nothing, as you cannot convert to a tile index using just one coordinate for these map types, you should use worldToTileXY instead. 2022-11-24 00:42:13 +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 Improved jsdocs 2022-11-24 00:41:55 +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 Improved jsdocs 2022-11-24 00:41:55 +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