Fix invalid indentation in various files

This commit is contained in:
A Thousand Ships
2024-06-06 14:21:46 +02:00
parent 220f44fc47
commit 36e2351df2
18 changed files with 702 additions and 702 deletions

View File

@@ -86,7 +86,7 @@ Comment out the lines ``var velocity = Vector2.UP.rotated(rotation) * speed`` an
.. code-tab:: gdscript GDScript
#var velocity = Vector2.UP.rotated(rotation) * speed
#position += velocity * delta
.. code-tab:: csharp C#