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