Replace XML codeblock spaces with tabs
This commit is contained in:
parent
5dd76968d8
commit
13f642d959
122 changed files with 2407 additions and 2432 deletions
|
|
@ -14,7 +14,7 @@
|
|||
extends EditorScript
|
||||
|
||||
func _run():
|
||||
print("Hello from the Godot Editor!")
|
||||
print("Hello from the Godot Editor!")
|
||||
[/gdscript]
|
||||
[csharp]
|
||||
using Godot;
|
||||
|
|
@ -22,10 +22,10 @@
|
|||
[Tool]
|
||||
public partial class HelloEditor : EditorScript
|
||||
{
|
||||
public override void _Run()
|
||||
{
|
||||
GD.Print("Hello from the Godot Editor!");
|
||||
}
|
||||
public override void _Run()
|
||||
{
|
||||
GD.Print("Hello from the Godot Editor!");
|
||||
}
|
||||
}
|
||||
[/csharp]
|
||||
[/codeblocks]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue