phaser/examples/wip
photonstorm 6cabb03a82 Sprite.crop() now takes a Phaser.Rectangle instead of explicit parameters.
Phaser.Image is a brand new display object perfect for logos, backgrounds, etc. You can scale, rotate, tint and blend and Image, but it has no animation, physics body or input events.
Previously if you used Sprite.crop() it would crop all Sprites using the same base image. It now takes a local copy of the texture data and crops just that.
2014-02-06 23:13:39 +00:00
..
book Fixed filters for new shader code. 2013-11-28 21:29:16 +00:00
filters Tidying up the wip folder and updating pixi. 2013-12-03 20:50:34 +00:00
misc Group now extends PIXI.DisplayObjectContainer, rather than owning a _container property, which makes life a whole lot easier re: nesting. 2014-02-06 02:31:36 +00:00
image1.js Testing new Image object. 2014-02-06 19:34:05 +00:00
image2.js Sprite.crop() now takes a Phaser.Rectangle instead of explicit parameters. 2014-02-06 23:13:39 +00:00
index.php Group now extends PIXI.DisplayObjectContainer, rather than owning a _container property, which makes life a whole lot easier re: nesting. 2014-02-06 02:31:36 +00:00
pixi1.js Removed all intances of Sprite.group from Group and replaced with the already existing parent property. 2014-02-06 13:15:45 +00:00
pixi2.js More Group fixes to the new format. Updated list of included Pixi files to remove un-needed ones. 2014-02-06 03:34:27 +00:00
template.js Tidying up the wip folder and updating pixi. 2013-12-03 20:50:34 +00:00