1 2 3 4 5 6 7 8 9 10 11 12
@tool extends EditorPlugin func _enter_tree(): # Initialization of the plugin goes here. pass func _exit_tree(): # Clean-up of the plugin goes here. pass