YuriSizov / godot-editor-theme-explorer

Godot Editor plugin to browse various items of Editor Theme, such as icons, colors and fonts.
MIT License
131 stars 9 forks source link

Implement save to file button for icons #2

Closed winston-yallow closed 3 years ago

winston-yallow commented 3 years ago

This adds a "Save Icon" button to the theme explorer. There is also a signal that bubbles up to the plugin to notify it about the filesystem change in order for the plugin to rescan the filesystem. Otherwise saved icons won't be usable in the editor until godot rescans the project.

YuriSizov commented 3 years ago

I'll address some concerns in a follow-up commit, but looks good!