phaser/src/tilemaps
2024-02-21 13:23:52 +00:00
..
components Fixed object creation, sprite origin and added useSpriteSheet property 2024-02-20 21:38:42 +00: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 Use the TextureManager 2024-02-20 23:53:11 +00: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 Updated copyright year, company and author 2024-02-19 17:12:24 +00: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 Handle non-sprite sheets 2024-02-21 00:01:28 +00:00