phaser/src/tilemaps
Richard Davey 550dd2bd85
Merge pull request #5514 from etherealmachine/patch-1
Fix typing of MapData objects
2021-09-23 16:03:24 +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 eslint and jsdoc fixes for #5697 2021-09-23 16:02:52 +01:00
ParseToTilemap.js More integer to number changes 2020-11-23 10:32:00 +00:00
Tile.js Formatting fix 2021-09-20 12:34:35 +01:00
Tilemap.js eslint and jsdoc fixes for #5697 2021-09-23 16:02:52 +01: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