diff --git a/classes/class_labelsettings.rst b/classes/class_labelsettings.rst index 5639ec1f5..08b9bf0a8 100644 --- a/classes/class_labelsettings.rst +++ b/classes/class_labelsettings.rst @@ -60,7 +60,7 @@ Properties +-------------------------------+--------------------------------------------------------------------------------------------------------------+-----------------------+ | :ref:`Color` | :ref:`stacked_shadow_{index}/color` | ``Color(0, 0, 0, 1)`` | +-------------------------------+--------------------------------------------------------------------------------------------------------------+-----------------------+ - | :ref:`Vector2` | :ref:`stacked_shadow_{index}/offset` | ``Vector2i(1, 1)`` | + | :ref:`Vector2` | :ref:`stacked_shadow_{index}/offset` | ``Vector2(1, 1)`` | +-------------------------------+--------------------------------------------------------------------------------------------------------------+-----------------------+ | :ref:`int` | :ref:`stacked_shadow_{index}/outline_size` | ``0`` | +-------------------------------+--------------------------------------------------------------------------------------------------------------+-----------------------+ @@ -366,7 +366,7 @@ The color of the shadow at ``index``. .. rst-class:: classref-property -:ref:`Vector2` **stacked_shadow_{index}/offset** = ``Vector2i(1, 1)`` :ref:`🔗` +:ref:`Vector2` **stacked_shadow_{index}/offset** = ``Vector2(1, 1)`` :ref:`🔗` The offset of the shadow at ``index``. diff --git a/classes/class_projectsettings.rst b/classes/class_projectsettings.rst index d3598787d..776d83f28 100644 --- a/classes/class_projectsettings.rst +++ b/classes/class_projectsettings.rst @@ -5828,7 +5828,7 @@ LCD subpixel layout used for font anti-aliasing. See :ref:`FontLCDSubpixelLayout :ref:`float` **gui/timers/button_shortcut_feedback_highlight_time** = ``0.2`` :ref:`🔗` -When :ref:`BaseButton.shortcut_feedback` is enabled, this is the time the :ref:`BaseButton` will remain highlighted after a shortcut. +When :ref:`BaseButton.shortcut_feedback` is enabled, this is the time the :ref:`BaseButton` will remain highlighted after a shortcut. This duration is not affected by :ref:`Engine.time_scale`. .. rst-class:: classref-item-separator