Improve editor template workflow
Co-Authored-By: jmb462 <jmb462@gmail.com>
This commit is contained in:
11
modules/gdscript/editor_templates/EditorPlugin/plugin.gd
Normal file
11
modules/gdscript/editor_templates/EditorPlugin/plugin.gd
Normal file
@@ -0,0 +1,11 @@
|
||||
# meta-description: Basic plugin template
|
||||
@tool
|
||||
extends EditorPlugin
|
||||
|
||||
func _enter_tree() -> void:
|
||||
# Initialization of the plugin goes here.
|
||||
pass
|
||||
|
||||
func _exit_tree() -> void:
|
||||
# Clean-up of the plugin goes here.
|
||||
pass
|
||||
Reference in New Issue
Block a user