Hi guys!
I am developing a .tmx importer. All is going good, I have a system set up that parses the file, and imports the tileset .png's, converting them to tilesets that Duality can use.
I just need to be able to edit the tile sizes, but I'll get there.
Now, I just want to be able to drag and drop the .tmx into the scene viewer, but can't seem to get how that particular event is triggered.
Could someone point me in the right direction?
I was able to figure the rest out on my own by perusing some other source files of other plugins, but the drag and drop operation eludes me.
I have even setup a
github project, so you know I'm serious! For some reson, my friend's internet failed me, and I was unable to sync the project to it's latest form, so some code is weird if you dare to look at it and manage to survive. Rest assured, it
gets the possible multiple tilesets, layers and stuff, though it doesn't actually do anything for now.
Tomorrow I'll do it properly, promise.
_________________
Hello there! Nice to meet you!
I have
github. Apologies in advance for bad coding practices.