phaser/src/pixi/textures
2015-04-17 17:36:20 +01:00
..
BaseTexture.js Commented-out all EventListener related code for testing. 2015-02-17 16:39:14 +00:00
RenderTexture.js RenderTexture.render now takes a Matrix as its second parameter, not a Point object. This brings it in line with Pixi and allows you to perform much more complex transformations on the object being rendered. If you need to replicate the old behavior please use RenderTexture.renderXY(sprite, point.x, point.y) instead. 2015-04-17 03:22:07 +01:00
Texture.js Commented-out all EventListener related code for testing. 2015-02-17 16:39:14 +00:00
VideoTexture.js Enabled PIXI.VideoTexture support. 2015-04-17 17:36:20 +01:00