phaser/src/textures
2018-08-21 23:25:08 +01:00
..
parsers Fixing code style and making console warning more concise 2018-07-08 15:12:02 -07:00
CanvasTexture.js Bumping to 3.7.0 2018-05-04 18:51:02 +01:00
const.js const / enum 2018-03-29 15:50:48 +01:00
Frame.js Added canvas crop data 2018-07-06 15:34:12 +01:00
index.js const / enum 2018-03-29 15:50:48 +01:00
Texture.js Sorting out frame access 2018-08-02 17:59:19 +01:00
TextureManager.js The getPixelAlpha and getPixel methods in the Texture Manager would allow x/y coordinates from outside the cut area of a frame. It now tests to ensure they're within the frame. Fix #3937 2018-08-21 23:25:08 +01:00
TextureSource.js Render Textures now use the frame source to store the glTexture in, not locally. 2018-08-03 18:51:07 +01:00