-
Trying to get a simple tile map working in a webpack project and keep getting this:
Is that enough of a clue for someone here to see what the issue is? Alternatively, is there any recent bare-bones example project available I can crib from? The one pointed to in the docs is pretty out of date so I've been trying to lift out what I need from it into a new project, but so far no go. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @depsypher thanks for posting! I was able to reproduce this exact error when there is an Object layer with no objects! Which definitely seems like a bug (I'll make an issue soon). The workaround is to make sure all the object layers have objects. Here is a brand new webpack sample! https://github.com/excaliburjs/sample-tiled-webpack Additionally I do have a similar parcel example I did for a stream https://github.com/eonarheim/zelda-like |
Beta Was this translation helpful? Give feedback.
Hi @depsypher thanks for posting!
I was able to reproduce this exact error when there is an Object layer with no objects! Which definitely seems like a bug (I'll make an issue soon). The workaround is to make sure all the object layers have objects.
Here is a brand new webpack sample! https://github.com/excaliburjs/sample-tiled-webpack
Additionally I do have a similar parcel example I did for a stream https://github.com/eonarheim/zelda-like