summaryrefslogtreecommitdiff
path: root/godot/addons/blend/plugin.cfg
diff options
context:
space:
mode:
authorAnson Bridges <bridges.anson@gmail.com>2022-09-08 16:42:07 -0400
committerAnson Bridges <bridges.anson@gmail.com>2022-09-08 16:42:07 -0400
commite2f3e4bd7118c8f55d20b29d76cb9a13acf72f8b (patch)
treec2f177c7fc11d26f65f05f96e0a2a1996b4598ce /godot/addons/blend/plugin.cfg
parent366761197034a20d444282431e4a8edeb7882840 (diff)
gdnative testing. gdnative classes cannot be extended by gdscript
Diffstat (limited to 'godot/addons/blend/plugin.cfg')
-rw-r--r--godot/addons/blend/plugin.cfg7
1 files changed, 7 insertions, 0 deletions
diff --git a/godot/addons/blend/plugin.cfg b/godot/addons/blend/plugin.cfg
new file mode 100644
index 0000000..3fe0961
--- /dev/null
+++ b/godot/addons/blend/plugin.cfg
@@ -0,0 +1,7 @@
+[plugin]
+
+name="Blend"
+description="Blend Importer"
+author="K. S. Ernest Lee and V-Sekai Contributors"
+version="1.0.0"
+script="plugin.gd"