JoshLee0915 / GodotLDtkImporter

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

Have importer update levels if they have already been created #6

Closed JoshLee0915 closed 3 years ago

JoshLee0915 commented 3 years ago

The current importer will overwrite the level each run. It needs to be adjusted to check if the level scene already exists and if so load and update the required nodes or create new ones if they do not exist.