浏览代码

[DOCS] EditorScript: Small formatting fixes

mhilbrunner 7 年之前
父节点
当前提交
649b25e037
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      doc/classes/EditorScript.xml

+ 2 - 2
doc/classes/EditorScript.xml

@@ -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>