phaser/src/tilemaps
2023-10-11 20:53:40 +01: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.tintFill is a new boolean property that controls if the tile tint is additive or fill based. This is used in the TilemapLayerWebGLRenderer function. 2023-10-11 20:53:12 +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 TilemapLayer.setTintFill is a new method that will apply a fill-based tint to the tiles in the given area, rather than an additive-based tint, which is what the setTint method uses. 2023-10-11 20:53:31 +01: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 Use the new tile.tintFill boolean 2023-10-11 20:53:40 +01:00
Tileset.js Updated jsdocs 2023-04-03 18:35:25 +01:00