mirror of
https://github.com/wassname/phaser.git
synced 2026-06-27 16:10:15 +08:00
8dcfef8db0
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.