-
Hey everyone! I'm new to game dev and Excalibur. Resolving most issues so far thanks to the clear docs. Thank you! I'm stuck on my workflow with Tiled right now. When I export my My problem is that, this only fixes the source references for the Tilemap, but not the tilesheets. Now the tilesheets have broken references to their source images, and I can't figure out how to rewrite the paths in those Example of my <?xml version="1.0" encoding="UTF-8"?>
<tileset version="1.9" tiledversion="1.9.2" name="kenney-roguelike-pack-16px" tilewidth="16" tileheight="16" spacing="1" tilecount="1767" columns="57">
<image source="/THIS/IS/NOT/CORRECT.png" width="968" height="526"/>
</tileset> I might be confused about how to export tilesheets from Tiled or I might be missing some other |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hmmm with further My mistake! |
Beta Was this translation helpful? Give feedback.
Hmmm with further
console.log
slinging it looks like theconvertPath
method actually is getting called on the.tsx
files as well. I had some bad logic that couldn't handle the differentbasePath
correctly.My mistake!