-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TMX example not working #115
Comments
cc @funinvegas |
LIttle precision, using the DOM renderer works. Using CANVAS does not. |
I came back today and tried make the test work and wrapped the entire test inside a delayed function :
And surely enough, it works. My guess is that some initialization takes place and code need to be delayed to work properly. |
Seems to be a caching issue. It doesn't work on full reload but works on page switching for me. So probably another solution would be to preload the graphics. |
I have resurrected an old project to find out that my map (TMX) layer was not showing anything. Going through forums and, even the
tests
folder, I realized thattiled3.js
does not work either. Nothing shows up. No error.Can anyone confirm this, or is there something that I am missing? Thank you.
The text was updated successfully, but these errors were encountered: