atomicptr / openfl-tiled

openfl-tiled is a library which gives OpenFL developers the ability to use the TILED map editor.
Other
45 stars 21 forks source link

No support for compressed maps in html5 target ? #71

Open joelam789 opened 9 years ago

joelam789 commented 9 years ago

Got this exception thrown from openfl.tiled.Layer.hx ... Can use "openfl.utils.ByteArray" and lib "format" to support html5 target ?

atomicptr commented 8 years ago

At the time we wrote this the HTML5 target didn't support that feature. This might have changed though. I'm not actively working on openfl-tiled anymore, but pull requests are welcome.

Related line: https://github.com/kasoki/openfl-tiled/blob/dev/openfl/tiled/Layer.hx#L199