You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-26 15:46:23 +00:00
Merge pull request #12331 from mhilbrunner/docs-editorscript
[DOCS] EditorScript: Small formatting fixes
This commit is contained in:
@@ -11,9 +11,9 @@
|
|||||||
extends EditorScript
|
extends EditorScript
|
||||||
|
|
||||||
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>
|
||||||
|
|||||||
Reference in New Issue
Block a user