This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
phaser
Watch
2
Star
0
Fork
You've already forked phaser
0
mirror of
https://github.com/photonstorm/phaser
synced
2024-12-21 10:33:35 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
b196e4f17e
phaser
/
src
/
pixi
/
textures
History
photonstorm
b196e4f17e
Enabled PIXI.VideoTexture support.
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