Files
2026-06-13 16:08:36 -04:00

11 lines
231 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")