Jump to content

TileMapLayer.bringToTop missing?


drunkenoodle
 Share

Recommended Posts

Hello all,

Just wondering if the tileMapLayer is supposed to have the 'bringToTop' method in it still? I updated my version of Phaser to 2.3.0, and discovered that it no longer existed.

 

Is this supposed to be the case? Currently I'm just hacking it a bit and doing:

Phaser.TilemapLayer.prototype.bringToTop = Phaser.Component.BringToTop.prototype.bringToTop;

Just wondered in case things had been changed, or if it was done by mistake.

 

Cheers

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...