Tom Atom Posted May 5, 2015 Share Posted May 5, 2015 Hi, doc for exists property in Phaser.Group reads: "If exists is true the group is updated, otherwise it is skipped." But when I look into preUpdate(), update() and postUpdate() source, this property is taken into account only in preUpdate() method. Is it intentionally or is check for exists value missing in update() and postUpdate() methods? Link to comment Share on other sites More sharing options...
Recommended Posts