Tweens are now bound to their own TweenManager, not always the global game one. So you can create your own managers now (for you clark :)

This commit is contained in:
photonstorm
2014-03-07 01:26:09 +00:00
parent 3b2573de9a
commit a51ae03246
8 changed files with 70 additions and 31 deletions
+1
View File
@@ -143,6 +143,7 @@ New features:
* Tween.generateData(frameRate) allows you to generate tween data into an array, which can then be used however you wish (see new examples)
* Group.xy(index, x, y) allows you to set the x and y coordinates of a Group child at the given index.
* Group.reverse() reverses the display order of all children in the Group.
* Tweens are now bound to their own TweenManager, not always the global game one. So you can create your own managers now (for you clark :)
Updates: