Merge pull request #12331 from mhilbrunner/docs-editorscript

[DOCS] EditorScript: Small formatting fixes
This commit is contained in:
Chris Bradfield 2017-10-22 16:31:27 -07:00 committed by GitHub
commit d49f23fd1b

View File

@ -11,9 +11,9 @@
extends EditorScript
func _run():
print("Hello from the Godot Editor!")
print("Hello from the Godot Editor!")
[/codeblock]
Note that the script is run in the Editor context, which means the output is visible in the console window started with the Editor (STDOUT) instead of the usual Godot *Output* dock.
Note that the script is run in the Editor context, which means the output is visible in the console window started with the Editor (STDOUT) instead of the usual Godot [i]Output[/i] dock.
</description>
<tutorials>
</tutorials>