Files
phaser/examples/wip
photonstorm 13a86765cb Phaser.CANVAS_PX_ROUND is a boolean. If 'true' the Canvas renderer will Math.floor() all coordinates before drawImage, stopping pixel interpolation. Defaults to false.
Phaser.CANVAS_CLEAR_RECT is a boolean. If 'true' (the default) it will context.clearRect() every frame. If false this is skipped (useful if you know you don't need it)
Collision now works between Sprites positioned via sprite.x/y, sprite.body.x/y or sprite.body.velocity.
If you are tweening a sprite and still want physics collision, set `sprite.body.moves = false` otherwise it will fight against the tween motion.
2014-01-31 04:14:02 +00:00
..
2013-11-28 21:29:16 +00:00
2013-11-17 12:31:57 +00:00
2013-11-17 04:33:16 +00:00
2014-01-03 02:24:06 +00:00
2013-10-31 05:31:54 +00:00
2013-11-17 12:31:57 +00:00
2014-01-20 23:07:56 +00:00
2013-10-31 05:31:54 +00:00
2013-12-14 02:22:14 +00:00
2013-11-01 18:16:52 +00:00
2013-11-01 18:16:52 +00:00
2013-11-06 17:43:01 +00:00