Selaa lähdekoodia

[DOCS] EditorScript: Small formatting fixes

mhilbrunner 7 vuotta sitten
vanhempi
commit
649b25e037
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      doc/classes/EditorScript.xml

+ 2 - 2
doc/classes/EditorScript.xml

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