tool extends EditorPlugin func _enter_tree(): add_custom_type("TwiCIL", "Node", load("res://addons/godot-twicil/godot_twicil.gd"), load("res://addons/godot-twicil/sprites/twicil-icon.png")) func _exit_tree(): remove_custom_type("TwiCIL")