[DOCS] EditorScript: Small formatting fixes

This commit is contained in:
mhilbrunner
2017-10-23 00:35:10 +02:00
committed by GitHub
parent acaaf2e440
commit 649b25e037

View File

@ -13,7 +13,7 @@
func _run(): func _run():
print("Hello from the Godot Editor!") print("Hello from the Godot Editor!")
[/codeblock] [/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> </description>
<tutorials> <tutorials>
</tutorials> </tutorials>