phaser/src/tilemaps
2023-09-06 16:26:36 -07:00
..
components Fixed breaking typo introduced by #6474 2023-08-01 21:15:01 +01:00
const Updated copyright year 2023-01-02 17:36:27 +00:00
mapdata Updated version number 2023-07-21 16:49:24 +01:00
parsers Docs: correct type for BuildTilesetIndex(mapData) 2023-09-06 16:26:36 -07:00
typedefs Updated copyright year 2023-01-02 17:36:27 +00:00
Formats.js Updated copyright year 2023-01-02 17:36:27 +00:00
ImageCollection.js Updated copyright year 2023-01-02 17:36:27 +00:00
index.js Updated copyright year 2023-01-02 17:36:27 +00:00
ObjectHelper.js Fix copying from the other Tiled object custom properties format 2023-05-01 11:30:44 -07:00
ParseToTilemap.js Updated copyright year 2023-01-02 17:36:27 +00:00
Tile.js Tile was incorrectly using the Alpha Game Object component, instead of the AlphaSingle component, which meant although the methods implied you could set a different alpha per tile corner, it was never reflected in the rendering. It has now been updated to use just the single alpha value. Fix #6594 2023-08-28 16:04:14 +01:00
Tilemap.js Docs: Tilemap#createFromObjects description 2023-05-04 16:38:39 -07:00
TilemapCreator.js Updated copyright year 2023-01-02 17:36:27 +00:00
TilemapFactory.js Updated copyright year 2023-01-02 17:36:27 +00:00
TilemapLayer.js Added missing PostPipeline class 2023-03-22 17:45:31 +00:00
TilemapLayerCanvasRenderer.js Updated copyright year 2023-01-02 17:36:27 +00:00
TilemapLayerRender.js Updated copyright year 2023-01-02 17:36:27 +00:00
TilemapLayerWebGLRenderer.js Updated copyright year 2023-01-02 17:36:27 +00:00
Tileset.js Updated jsdocs 2023-04-03 18:35:25 +01:00