X Tutup
Skip to content

Fix phaser-ce's z-order update bug, add demos for phaser 2#122

Open
taoabc wants to merge 7 commits intoDragonBones:masterfrom
taoabc:master
Open

Fix phaser-ce's z-order update bug, add demos for phaser 2#122
taoabc wants to merge 7 commits intoDragonBones:masterfrom
taoabc:master

Conversation

@taoabc
Copy link
Contributor

@taoabc taoabc commented Oct 25, 2019

  1. Fix z-order update bug for phaser-ce, addChildAt cannot represent render order, when element before been removed, after removed item, all index changed. So I add '_renderIndex' to control render order.
  2. The phaser demo only contains version for phaser 3, so I add Demos2.x

@jcyuan jcyuan requested a review from wuliao2230 October 30, 2019 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

X Tutup