phaser/src/tilemaps
2022-11-28 13:35:04 +00:00
..
components Tilemap.copy would error if you copied a block of tiles over itself, even partially, as it tried to copy already replaced tiles as part of the function. It will now copy correctly, regardless of source or destination areas. Fix #6188 2022-11-28 13:35:04 +00:00
const Updated copyright year 2022-02-28 14:29:51 +00:00
mapdata Added staggerAxis and staggerIndex 2022-11-24 18:54:10 +00:00
parsers Added staggerAxis and staggerIndex 2022-11-24 18:54:10 +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