Browse Source

Merge pull request #7017 from Piralein/code-tab

Your first 3D Game "Score and Replay" - fix code-tab indentation
Max Hilbrunner 2 years ago
parent
commit
bd187e4224
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;