Make script templates follow the GDScript style guide
This commit is contained in:
@@ -2,10 +2,12 @@
|
||||
@tool
|
||||
extends EditorPlugin
|
||||
|
||||
|
||||
func _enter_tree() -> void:
|
||||
# Initialization of the plugin goes here.
|
||||
pass
|
||||
# Initialization of the plugin goes here.
|
||||
pass
|
||||
|
||||
|
||||
func _exit_tree() -> void:
|
||||
# Clean-up of the plugin goes here.
|
||||
pass
|
||||
# Clean-up of the plugin goes here.
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user