Updated to latest Pixi build (can do away with our own local patch now).

Group.sendToBottom(child) is the handy opposite of Group.bringToTop()
Group.moveUp(child) will move a child up the display list, swapping with the child above it.
Group.moveDown(child) will move a child down the display list, swapping with the child below it.
This commit is contained in:
photonstorm
2014-02-28 18:55:07 +00:00
parent bbc0f4a18a
commit 8dcfef8db0
14 changed files with 383 additions and 346 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long