gdquest-demos / godot-kickstarter-2019

Create your Own Games with Godot, the Free Game Engine: sources from the January Kickstarter project from GDQuest
MIT License
244 stars 270 forks source link

GDQuest Docker Plugin #26

Closed henriiquecampos closed 5 years ago

henriiquecampos commented 5 years ago

The GDQuest Docker is a Plugin that behaves as a container for other plugins' widgets. You can add and remove widgets. It also provides an easy to access way to enable and disable plugins.

With that, I removed the lines from ColorPalette responsible for adding its interface as a docker and now we can use the GDQuest Docker to add its interface as a widget inside of it.

This closes #21

ezgif com-video-to-gif-min

henriiquecampos commented 5 years ago

I made some small changes, especially to Docker. Got some improvements on GDQuestDocker as well, I figured out there was an error when set_plugin_enabled because it was trying to set it enabled twice.

Alse made it more compliant with the guidelines, as requested

NathanLovato commented 5 years ago

Thanks for your work 🙂