phaser/src/gameobjects/rendertexture
2018-05-16 15:17:08 +01:00
..
RenderTexture.js Added new Mask component and added to all relevant Game Objects 2018-04-20 18:57:49 +01:00
RenderTextureCanvas.js Fixed issue on RenderTexture canvas clear. The clearRect was affected by previous transformations 2018-03-12 13:30:05 -03:00
RenderTextureCanvasRenderer.js Parent matrix is applied to canvas context on each draw function 2018-04-04 14:05:59 -03:00
RenderTextureCreator.js Calling a creator, such as GraphicsCreator, without passing in a config object, would cause an error to be thrown. All Game Object creators now catch against this. 2018-05-16 15:17:08 +01:00
RenderTextureFactory.js Added jsdocs 2018-03-05 02:24:47 +00:00
RenderTextureRender.js Updated to use typeof DefinePlugin check. 2018-04-20 00:23:24 +01:00
RenderTextureWebGL.js Fixed issue with inverted coordinates on render texture 2018-04-13 17:33:43 -03:00
RenderTextureWebGLRenderer.js Fixed issue with inverted coordinates on render texture 2018-04-13 17:33:43 -03:00