plugin.cfg 368 B

1234567891011121314
  1. [plugin]
  2. name="S.A.D.E (Skeleton3D additions and extensions)"
  3. description="S.A.D.E is just an example plugin that adds a few nodes
  4. to show how to create an IK system in
  5. Godot using GDScript.
  6. Originally Authored by TwistedTwigleg.
  7. Developed by the Godot Community.
  8. All assets are licensed under MIT.
  9. "
  10. author="Godot Community"
  11. version="0.2.0"
  12. script="plugin_main.gd"