Files
uniqlone/addons/BetterTabContainer/plugin.gd
T

11 lines
230 B
GDScript

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")