cykod / Quintus

HTML5 Game Engine
http://html5quintus.com
GNU General Public License v2.0
1.41k stars 401 forks source link

CSV support for TMX #179

Open kityan opened 8 years ago

kityan commented 8 years ago

I've just started using Quintus. While trying some demos with Tiled, I've found out that last versions of Tiled dropped XML support for layers in TMX (CSV and base64 only left). But Quintus doesn't support neither CSV nor base64.

I'll try to make a quick fix.

Thanks for the framework.