Hey guys. I want to get into melon.js for a study project. So what better to do than the tutorial.--
But i'm stuck at the second step. Started severel times from scratch again, done everything exactly as in description.
The loader get's to 100% and does nothing afterwards. Console says "Uncaught no matching tileset found for gid 6528120" but idk what that means.I googled it and found out, that it might have something to do with the naming of the files, but i checked it multiple times.I'm really confused right now.
Can you help me?Greetings from Germany ;)
You received this message because you are subscribed to the Google Groups "melonJS - A lightweight HTML5 game engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to melonjs+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
../../../tutorial_data/img/map/area01_level_tiles.png
to:
../img/map/area01_level_tiles.png
Do it for both paths in the tmx file.
<?xml version="1.0" encoding="UTF-8"?> <map version="1.0" orientation="orthogonal" width="20" height="15" tilewidth="32" tileheight="32"> <tileset firstgid="1" name="area01_level_tiles" tilewidth="32" tileheight="32"> <image source="area01_level_tiles.png" width="640" height="241"/> </tileset> <tileset firstgid="141" name="metatiles32x32" tilewidth="32" tileheight="32"> <image source="metatiles32x32.png" width="160" height="32"/> </tileset> <layer name="background" width="20" height="15"> <data encoding="base64" compression="zlib"> eJxjYBgFo2AUjIKhAQAEsAAB </data> </layer> <layer name="foreground" width="20" height="15"> <data encoding="base64" compression="zlib"> eJxjYBgFo2AUDFWgTWXMQWXsSmUMANodCWE= </data> </layer> </map>