phaser/src/tilemaps
2021-10-06 21:39:44 +01:00
..
components Merge pull request #5657 from moJiXiang/fix-bug-#5647 2021-09-22 11:10:03 +01:00
const Fixed functions not appearing in the namespace. Fix #5432 2020-12-07 10:11:47 +00:00
mapdata Fix typing of MapData objects. 2021-01-19 15:17:12 -08:00
parsers Merge pull request #5637 from moJiXiang/fix-tilemap-offset 2021-09-22 11:14:15 +01:00
typedefs Merge branch 'master' into tilemap 2021-09-23 15:47:47 +01:00
Formats.js Revert "clean up" 2020-04-10 20:55:31 +02:00
ImageCollection.js Replace integer with number 2020-11-23 10:22:13 +00:00
index.js Fixed functions not appearing in the namespace. Fix #5432 2020-12-07 10:11:47 +00:00
ObjectHelper.js Fixed JSDocs 2021-10-06 21:39:44 +01:00
ParseToTilemap.js More integer to number changes 2020-11-23 10:32:00 +00:00
Tile.js The Tilemaps.Tile.getBounds method would take a camera parameter but then not pass it to the methods called internally, thus ignoring it. It now factors the camera into the returned Rectangle. 2021-10-05 21:52:54 +01:00
Tilemap.js adds isometric ratio 2021-10-05 23:19:09 -03:00
TilemapCreator.js Revert "clean up" 2020-04-10 20:55:31 +02:00
TilemapFactory.js Replace integer[][] with number[][] 2020-11-23 10:24:10 +00:00
TilemapLayer.js The method TilemapLayer.weightedRandomize has changed so that the parameter weightedIndexes is now first in the method and is non-optional. Previously, it was the 5th parameter and incorrectly flagged as optional. This change was made to the docs but not the parameters, but now works according to the docs 2021-01-14 09:48:16 +00:00
TilemapLayerCanvasRenderer.js tileOffset hadn't been applied to the canvas renderer #5637 2021-09-22 11:25:39 +01:00
TilemapLayerRender.js Path fixes 2020-10-12 11:51:05 +01:00
TilemapLayerWebGLRenderer.js tileOffset is always set, so this check is redundant #5637 2021-09-22 11:25:13 +01:00
Tileset.js Fixed jsdocs. Renamed property to tileOffset. Fixed parsing of it. #5637 2021-09-22 11:26:08 +01:00