phaser/src/tilemaps
2024-10-04 15:53:27 +01:00
..
components The HexagonalTileToWorldXY function incorrectly used this instead of layer causing it to error in hex tilemaps with x axis staggering. Fix #6913 2024-10-04 15:53:27 +01:00
const Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
mapdata Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
parsers Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
typedefs Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
Formats.js Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
ImageCollection.js Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
index.js Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
ObjectHelper.js Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
ParseToTilemap.js Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
Tile.js Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
Tilemap.js Don't call setTileSize or setSpacing unless values are given 2024-07-22 19:03:11 +01:00
TilemapCreator.js Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
TilemapFactory.js Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
TilemapLayer.js Update TilemapLayer.js 2024-07-15 17:24:27 +01:00
TilemapLayerCanvasRenderer.js Updated copyright year, company and author 2024-02-19 17:12:24 +00:00
TilemapLayerRender.js Revert define changes as they don't work 2024-02-21 13:23:52 +00:00
TilemapLayerWebGLRenderer.js The TilemapWebGLRenderer function has been fixed so it now uses the TileSet width and height for the tile draw command. This fixes an issue where the Tilemap would render incorrectly if the base tile size was different to the tile size. Fix #5988 2024-02-21 00:17:09 +00:00
Tileset.js Removed debugging info. 2024-07-23 16:38:07 +01:00