A system for easily transfering code between projects
This addon purely uses the built in godot inspector. The library file should be named MANIFEST.tres and placed in the library folder
If a library resource isn't marked as external it will push an update to all project roots in external roots.
The library will be placed at the same path relative to the project root in all projects.
If using an exported manifest, you can update all copies of the library in addition to the project's own by clicking the same button.
The classes with global names will be exported to a file like this, where the class name is the last folder in the library path
You can extend any class that had a global name in the library via
for example extends Library.Example