mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
25 lines
1.0 KiB
Markdown
25 lines
1.0 KiB
Markdown
# godot-plugin-refresher
|
|
|
|
This plugin simplifies plugin development for those wanting to make tools for the Godot Editor.
|
|
|
|
It adds a dropdown and refresh button to the toolbar. *Other* plugins' directory names will show up in the dropdown, and clicking the refresh button will simply toggle the plugin off and then back on.
|
|
|
|
This makes it much easier to iterate on a single plugin since rather than having to...
|
|
|
|
1. Click Project Settings.
|
|
2. Go to Plugins tab (first time).
|
|
3. Find the desired plugin.
|
|
4. Click the dropdown.
|
|
5. Select the opposite option.
|
|
6. Click the dropdown again.
|
|
7. Click the original option.
|
|
8. Close the Project Settings.
|
|
|
|
You instead just...
|
|
|
|
1. Click the dropdown (first time).
|
|
2. Select your WIP plugin (first time).
|
|
3. Click the refresh button.
|
|
|
|
Please consider starring the repo if you like the project and let me know if you have any feedback for bugs / feature improvements in the Issues. If you'd like to support my work, please [send tips to my Kofi](https://ko-fi.com/willnationsdev). Cheers!
|