Skip to content

Commit 8b3162c

Browse files
author
Andrew Start
committed
Merge branch 'dev'
2 parents 4101ad9 + 3202aa8 commit 8b3162c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)