Browse Source

fix code-tab indentation

Hana - Piralein 2 years ago
parent
commit
c80d700a17
1 changed files with 1 additions and 1 deletions
  1. 1 1
      getting_started/first_3d_game/08.score_and_replay.rst

+ 1 - 1
getting_started/first_3d_game/08.score_and_replay.rst

@@ -400,7 +400,7 @@ Here is the complete ``Main.gd`` script for reference.
             # This restarts the current scene.
             get_tree().reload_current_scene()
 
- .. code-tab:: csharp
+  .. code-tab:: csharp
 
     using Godot;