Forráskód Böngészése

Fix broken C# tab in Resources scripting tutorial

swift502 4 éve
szülő
commit
3740276d38
1 módosított fájl, 1 hozzáadás és 0 törlés
  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;