rolandoam/shinycocos

add support for compressed (gzip) data on TiledMapReader

Closed this issue · 2 comments

TiledMapReader should be able to handle compressed (gzip) data, as outputted by Tiled.
This might require to add support for zlib in the ruby world.

note to myself: should also support for the base64 encoded data in TC_TiledMap... right now, all the decompression/decoding is being made in the ruby world

done in the latest map_reader.rb (support for compressed data)