phaser/src/tilemaps
2022-12-13 16:14:42 +01:00
..
components Fix Issue #6301 causing tilemap collisions to fail. 2022-11-30 15:28:59 -06: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 Add additional type to orientation property 2022-12-13 16:14:42 +01: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 Tile.copy will now use the DeepCopy function to copy the Tile.properties object, as otherwise it just gets copied by reference. 2022-11-28 13:35:15 +00:00
Tilemap.js The Tilemap and TilemapLayer classes have a new method getTileCorners. This method will return an array of Vector2s with each entry corresponding to the corners of the requested tile, in world space. This currently works for Orthographic and Hexagonal tilemaps. 2022-11-28 18:31:20 +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 Fixed TS errors 2022-11-30 15:06:52 +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