phaser/src/tilemaps
Bugi Görtz 077d933bbb Fixed Tile-Culling for Zoomed Camera
The fix from https://github.com/photonstorm/phaser/pull/3354/ leads to some tiles getting culled when camera is zoomed as the camera.scrollX/camera.scrollY-Properties are needed in unscaled Coordinates (World-Coordinates?) in CullTile.js

Error gets bigger with distance from (0|0)
2018-03-15 20:32:09 +01:00
..
components Fixed Tile-Culling for Zoomed Camera 2018-03-15 20:32:09 +01:00
dynamiclayer eslint fixes 2018-02-16 18:07:49 +00:00
mapdata Added jsdocs 2018-02-12 16:01:21 +00:00
parsers Added jsdocs 2018-02-12 16:01:21 +00:00
staticlayer The onContextRestored callback won't be defined any more unless the WebGL Renderer is in use in the following objects: BitmapMask, Static Tilemap, TileSprite and Text. This should allow those objects to now work in HEADLESS mode. Fix #3368 2018-03-12 13:37:13 +00:00
Formats.js Added jsdocs 2018-02-12 16:01:21 +00:00
ImageCollection.js Added jsdocs 2018-02-12 16:01:21 +00:00
index.js Added jsdocs 2018-02-12 16:01:21 +00:00
ParseToTilemap.js Added jsdocs 2018-02-12 16:01:21 +00:00
Tile.js Fixed jsdocs 2018-02-22 01:38:19 +00:00
Tilemap.js Added jsdocs 2018-02-12 16:01:21 +00:00
TilemapCreator.js Added jsdocs 2018-02-12 16:01:21 +00:00
TilemapFactory.js Added jsdocs 2018-02-12 16:01:21 +00:00
Tileset.js Added jsdocs 2018-02-12 16:01:21 +00:00