Selaa lähdekoodia

initialization

LanzaSchneider 1 vuosi sitten
commit
2f4b7a65cb
2 muutettua tiedostoa jossa 15 lisäystä ja 0 poistoa
  1. 7 0
      plugin.cfg
  2. 8 0
      tblext.gd

+ 7 - 0
plugin.cfg

@@ -0,0 +1,7 @@
+[plugin]
+
+name="TBL extension base"
+description=""
+author="Lanza Schneider"
+version=""
+script="tblext.gd"

+ 8 - 0
tblext.gd

@@ -0,0 +1,8 @@
+@tool
+extends EditorPlugin
+
+func _enter_tree():
+	pass
+
+func _exit_tree():
+	pass