mirror of
https://github.com/wassname/phaser.git
synced 2026-08-02 13:00:25 +08:00
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:
@@ -128,6 +128,9 @@ New features:
|
||||
* Brand new Grunt task - creates each core library as its own file and a combined phaser.js.
|
||||
* New build script now cleanly splits Phaser, Pixi and p2 so they are each UMD wrapped and each available in the global scope (now more requireJS friendly!).
|
||||
* phaser-no-libs.js allows you to use your own version of p2.js or pixi.js with Phaser. Warning: This is totally unsupported. If you hit bugs, you fix them yourself.
|
||||
* 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.
|
||||
|
||||
|
||||
Updates:
|
||||
|
||||
Reference in New Issue
Block a user