Add hyphens to some adjective phrases

Co-Authored-By: John Veness <2512915+JohnVeness@users.noreply.github.com>
This commit is contained in:
tetrapod00
2024-11-18 13:34:22 -08:00
parent feeea91cdf
commit d354f8cbc2
9 changed files with 10 additions and 10 deletions

View File

@@ -11,7 +11,7 @@ static mesh instancing.
In Godot, this can be accomplished with a custom :ref:`Shader <class_Shader>` and
a :ref:`MultiMeshInstance3D <class_MultiMeshInstance3D>`. Using the following technique you
can render thousands of animated objects, even on low end hardware.
can render thousands of animated objects, even on low-end hardware.
We will start by animating one fish. Then, we will see how to extend that animation to
thousands of fish.