@@ -0,0 +1,7 @@
+[plugin]
+
+name="TBL extension base"
+description=""
+author="Lanza Schneider"
+version=""
+script="tblext.gd"
@@ -0,0 +1,8 @@
+@tool
+extends EditorPlugin
+func _enter_tree():
+ pass
+func _exit_tree():