initial commit, hope i didnt push any keys :P

This commit is contained in:
anne
2023-02-07 17:46:01 +01:00
commit 1416a35df1
362 changed files with 7234 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
tool
extends EditorPlugin
func _enter_tree():
add_custom_type("BetterTabContainer", "ScrollContainer", preload("BetterTabContainer.gd"), preload("class-icon.svg"))
func _exit_tree():
remove_custom_type("BetterTabContainer")