summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/editor/script_templates/EditorScript/basic_editor_script.gd
blob: fee7353f0dc07ffa57bab6e19b927217c20b34d0 (plain)
1
2
3
4
5
6
7
8
9
# meta-description: Basic editor script template

@tool
extends _BASE_


# Called when the script is executed (using File -> Run in Script Editor).
func _run() -> void:
	pass