mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
Fix three typos
Fix typo in custom resource format loaders tutorial (#4765) (cherry picked from commit6cacd11cac) Fix typo in audio streams tutorial (#4766) (cherry picked from commit3d8e3c90c4) Fix typo in Soft Body tutorial (#4767) (cherry picked from commit836f8490f1)
This commit is contained in:
@@ -15,7 +15,7 @@ AudioStream
|
||||
|
||||
An audio stream is an abstract object that emits sound. The sound can come from
|
||||
many places, but is most commonly loaded from the filesystem. Audio files can be
|
||||
loaded as AudioStreams and placed inside an AudioStreamPlayer. You can find a
|
||||
loaded as AudioStreams and placed inside an AudioStreamPlayer. You can find
|
||||
information on supported formats and differences in :ref:`doc_importing_audio_samples`.
|
||||
|
||||
There are other types of AudioStreams, such as AudioStreamRandomPitch.
|
||||
|
||||
@@ -52,7 +52,7 @@ To create pinned joints, select the upper vertices in the ``SoftBody`` node:
|
||||
|
||||
.. image:: img/softbody_cloak_pinned.png
|
||||
|
||||
The pinned joints can be find in ``SoftBody``'s ``Attachments`` property, choose the ``BoneAttachment`` as the ``SpatialAttachment`` for each pinned joints, the pinned joints are now attached to the neck.
|
||||
The pinned joints can be found in ``SoftBody``'s ``Attachments`` property, choose the ``BoneAttachment`` as the ``SpatialAttachment`` for each pinned joints, the pinned joints are now attached to the neck.
|
||||
|
||||
.. image:: img/softbody_cloak_pinned_attach.png
|
||||
|
||||
|
||||
Reference in New Issue
Block a user