Coding Help Map modification won't appear ingame

cakyon

Newcomer
Hi! I'm currently building an original NPC for my game. She lives in a side room in the wizard tower. I've created her room using tiled, but am struggling to add it to the actual game. When I enter the wizard tower, the layout change is normal. I am unsure how to remedy this issue and would appreciate any help.
1695240295624.png

The new layout
1695240336082.png

The section of code I believe is fault has been highlighted

The tutorial I'm using -> https://lemurkat.wordpress.com/2020/10/16/npc-creation-home/

Thanks!
 

cakyon

Newcomer
Solved! The issue wasn't with the code but with the tilesheet paths. In the TMX file, the image source for the map's tilesheets contained the tilesheet's address. I've attatched a screenshot of the corrected file.
1695554778362.png

...Now I need to find a way to un-break the map itself.
1695554844705.png
 
Top