phaser/src/textures
2018-10-09 13:40:00 +01:00
..
parsers Fixing code style and making console warning more concise 2018-07-08 15:12:02 -07:00
CanvasTexture.js Replace @readOnly with @readonly 2018-10-09 13:40:00 +01:00
const.js Replace @readOnly with @readonly 2018-10-09 13:40:00 +01:00
Frame.js Replace @readOnly with @readonly 2018-10-09 13:40:00 +01:00
index.js const / enum 2018-03-29 15:50:48 +01:00
Texture.js The Texture.getFramesFromTextureSource method has a new boolean argument includeBase, which defaults to false and allows you to set if the base frame should be returned into the array or not. 2018-09-27 14:11:14 +01:00
TextureManager.js Account for trim in pixel perfect hit tests. Fix #3938 2018-08-22 17:11:20 +01:00
TextureSource.js When using CanvasTexture.refresh or Graphics.generateTexture it would throw WebGL warnings like 'bindTexture: Attempt to bind a deleted texture'. This was due to the Frames losing sync with the glTexture reference used by their TextureSource. Fix #4050 2018-09-27 14:16:22 +01:00