clear-code-projects / PyDew-Valley

Proejct files for a Stardew Valley inspired game in Python
455 stars 167 forks source link

How to update tiled map? #12

Open Entrio opened 3 months ago

Entrio commented 3 months ago

I can use tiled to create new collions, trees, spawn locations, interactions etc but when i draw new terrain tiles (on correct layers) they are not moved across into the map

Entrio commented 2 months ago

Nevermind, the issue has been resolved. I ended up having to import Hill tiles and had to make sure they are not sorted otherwise player is drawn behind/in front of them