diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml index a4840fa13c..2bd6df9015 100644 --- a/doc/classes/ProjectSettings.xml +++ b/doc/classes/ProjectSettings.xml @@ -1274,7 +1274,7 @@ The default scale factor for [Control]s, when not overridden by a [Theme]. - [b]Note:[/b] This property is only read when the project starts. To change the default scale at runtime, set [member ThemeDB.fallback_base_scale] instead. + [b]Note:[/b] This property is only read when the project starts. To change the default theme scale at runtime, set [member ThemeDB.fallback_base_scale] instead. However, to adjust the scale of all 2D elements at runtime, it's preferable to use [member Window.content_scale_factor] on the root [Window] node instead (as this also affects overridden [Theme]s). See [url=$DOCS_URL/tutorials/rendering/multiple_resolutions.html]Multiple resolutions[/url] in the documentation for details. LCD subpixel layout used for font anti-aliasing. See [enum TextServer.FontLCDSubpixelLayout].