diff --git a/learning/scripting/gdscript/gdscript_basics.rst b/learning/scripting/gdscript/gdscript_basics.rst index d704d100d..52bdc2bfa 100644 --- a/learning/scripting/gdscript/gdscript_basics.rst +++ b/learning/scripting/gdscript/gdscript_basics.rst @@ -357,7 +357,7 @@ Alternatively contains an ``end`` field which is ``position+size``. be accessed as an array. :ref:`Transform2D ` -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3x2 matrix used for 2D transforms. @@ -374,14 +374,14 @@ Quaternion is a datatype used for representing a 3D rotation. It's useful for interpolating rotations. :ref:`Rect3 ` -^^^^^^^^^^^^^^^^^^^^^^^^ +^^^^^^^^^^^^^^^^^^^^^^^^^^ Axis Aligned bounding box (or 3D box) contains 2 vectors fields: ``position`` and ``size``. Alternatively contains an ``end`` field which is ``position+size``. :ref:`Basis ` -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +^^^^^^^^^^^^^^^^^^^^^^^^^^ 3x3 matrix used for 3D rotation and scale. It contains 3 vector fields (``x``, ``y`` and ``z``) and can also be accessed as an array of 3D diff --git a/learning/step_by_step/filesystem.rst b/learning/step_by_step/filesystem.rst index 4f4f0a2b0..37463b047 100644 --- a/learning/step_by_step/filesystem.rst +++ b/learning/step_by_step/filesystem.rst @@ -43,7 +43,7 @@ Example of a file system contents: /player/player.gd project.godot ----------- +------------- The project.godot file is the project description file, and it is always found at the root of the project. In fact its location defines where the root is. This