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

@@ -208,7 +208,7 @@ angle add a setter ``set(new_speed)`` which is executed with the input from the
func _process(delta):
rotation += PI * delta * speed
rotation += PI * delta * speed
.. code-tab:: csharp
@@ -263,7 +263,7 @@ not be called.
set(new_resource):
resource = new_resource
_on_resource_set()
# This will only be called when you create, delete, or paste a resource.
# You will not get an update when tweaking properties of it.
func _on_resource_set():