JoshLee0915 / GodotLDtkImporter

A plugin for importing LDtk files into Godot
MIT License
26 stars 4 forks source link

Allow users to specify if tileset assets should be copied or not #10

Open JoshLee0915 opened 3 years ago

JoshLee0915 commented 3 years ago

As pointed out by @deranjer on PR #2, if an image is used that is on a different drive then the LDtk file an absolute path is used instead of relative path. Along with this there may be some cases where devs may be using images that are not in the res:// directory.

While I think the res:// should be the standard use case, adding the ability for the user to specify if referenced files should be copied or not may be a good idea.