TrevorMDev / tile-packs

A collection of tile markers
BSD 2-Clause "Simplified" License
6 stars 4 forks source link

Create the ability for users to import their own pack #8

Closed TrevorMDev closed 1 year ago

TrevorMDev commented 1 year ago

an upload button at the bottom of the panel, prompts for a text input just like the normal tile plugin, except saves it as a custom pack.

needs to prompt for a name, and tiles.

Allow for the deletion of custom packs too. Maybe editing if it isn't too hard(because deleting and re-adding will work the same).

When a pack is deleted make sure it removes any tiles first.

Need to also handle bad input cases for when the input cannot be parsed to tiles.

TrevorMDev commented 1 year ago

Coming soon.