File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -163,5 +163,7 @@ This content is released under the (http://opensource.org/licenses/MIT) MIT Lice
163163- Spine animations are framerate independent.
164164- MovieClips and Spine animations must be animated externally via updateAnim().
165165- Added some url checks in loaders to be able to handle stuff like "?v=4".
166- - Added removeChildren() to DisplayObjectContainer;
166+ - Changed loaders to use code from PreloadJS, since that seemed to be more reliable in cross domain stuff.
167167- Optimizations in the form of caching variables within functions if they are accessed a lot.
168+ - Gave DisplayObject default width/height properties, and changed the children bounds version of width/height on DisplayObjectContainer to be optional
169+ - Pivot points of text are based on their alignment, e.g. the pivot point of right aligned fields is at the right edge of the text.
You can’t perform that action at this time.
0 commit comments