You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @leha-games. Thanks for submitting this issue. @rexrainbow has submitted a PR to fix this and we've merged it to the master branch. It will be part of the next release. Do test it out and let us know if you encounter any issues.
Version
Description
Calling setToTop() method of
Phaser.GameObjects.Layer
throws an exceptions:Uncaught TypeError: this.getDisplayList is not a function
Example Test Code
Additional Information
The
getDisplayList()
method appears to be missing from thePhaser.GameObjects.Layer
class.The text was updated successfully, but these errors were encountered: