axaq / traviso.js

Traviso is an open source JS engine that makes it easy to build isometric applications that run in a web browser.
MIT License
309 stars 42 forks source link

Cannot get map.xml from electron #8

Closed Chank1e closed 5 years ago

Chank1e commented 6 years ago

I would like to use traviso in electron app. So when I try to get map.xml I get error "cannot getElementsByTagName of null" So responseXML is null,but response has all needed data

axaq commented 6 years ago

Hi @Chank1e, Couldn't replicate the issue but I was in the process of ditching XML anyway so I thought I might as well finish that before responding to you properly :)

Repo, docs and the tutorials have now been updated with the new version where traviso uses json file in order to load the data. Please, have a look and let me know if this fixes your problem.