From 175584469ab9b0e58d683a7e90c2fcf1c426605f Mon Sep 17 00:00:00 2001 From: photonstorm Date: Thu, 13 Feb 2014 12:28:13 +0000 Subject: [PATCH] Updated README. Previous commit fixes #406. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f5c4387b..076fa033 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,8 @@ Significant API changes: * Loader won't set crossOrigin on Images unless it's set to something. The default is false, it used to be '' and can be any valid string. * Sprite.input.pixelPerfect has been split into two: Sprite.input.pixelPerfectClick and Sprite.input.pixelPerfectOver (see new features) * Phaser.Stage now extends PIXI.Stage, rather than containing a _stage object. +* If you set Sprite.exists to false it will also set Sprite.visible to false and remove its body from the physics world (if it has one). +* If you set Sprite.exists to true it will also set Sprite.visible to true and add its body back into the physics world (if it has one). New features: