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
@parasyte based on the ticket title I just changed the documenation, but after seeing the point listed in roadmap, were you actually having in mind changing the arguments (normalize them) ?
Either one is a valid solution, I think. I figured while we were making other breaking changes, we might do this too. But I'm ok with leaving it a documentation-only change
me.TiledLayer
has four functions for accessing and modifying the tiles in the layer, but the x,y arguments passed to each function do not match:getTile
andgetTileId
accept the coordinates in pixelssetTile
andclearTile
accept the coordinates in tilesThe difference is not evident in documentation: http://www.melonjs.org/docs/symbols/me.TiledLayer.html
The text was updated successfully, but these errors were encountered: