Skip to content

Tiled replaces ext:myTileSet.tsx with ../../../../../../../ext:myTileSet.tsx when saving a tmx file #3185

@sdsnatcher

Description

@sdsnatcher

Tiled allows resources like the tileset to be placed on the extensions folder by using the ext: keyword before the resource file name.

It works like a charm when loading a tmx file. But when the same tmx file is saved, Tiled adds ../../../../../../../ before the ext: keyword inside the tileset tag, like this:

<tileset firstgid="1" source="../../../../../../../ext:myTileSet.tsx"/>

This way the tmx file show up broken when it's loaded later.

Metadata

Metadata

Assignees

Labels

bugBroken behavior.

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions