plugin.gd 162 B

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