Explorar o código

Merge pull request #4867 from swift502/master

Fix broken C# tab in Resources scripting tutorial
Rémi Verschelde %!s(int64=4) %!d(string=hai) anos
pai
achega
03c22ed0c8
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      tutorials/scripting/resources.rst

+ 1 - 0
tutorials/scripting/resources.rst

@@ -353,6 +353,7 @@ Let's see some examples.
             # This will NOT serialize the 'value' property.
             ResourceSaver.save("res://my_res.tres", my_res)
       .. code-tab:: csharp
+
         using System;
         using Godot;