summaryrefslogtreecommitdiffstats
path: root/doc/classes/TextureRect.xml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2019-06-27 12:34:26 +0200
committerRémi Verschelde <rverschelde@gmail.com>2019-06-27 13:49:36 +0200
commitbc82781f7da2001aa90cdb188536518e0944e0ef (patch)
treefd836f91db1c81e76b0f90f0ef55f11701d8ae9f /doc/classes/TextureRect.xml
parent2df8b5606b9de9d11873c27f0a297127bbbfc255 (diff)
downloadredot-engine-bc82781f7da2001aa90cdb188536518e0944e0ef.tar.gz
doc: Replace all [code]CONSTANT[/code] by new [constant CONSTANT] hyperlinks
Diffstat (limited to 'doc/classes/TextureRect.xml')
-rw-r--r--doc/classes/TextureRect.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/TextureRect.xml b/doc/classes/TextureRect.xml
index 829105d561..b0b786a722 100644
--- a/doc/classes/TextureRect.xml
+++ b/doc/classes/TextureRect.xml
@@ -29,7 +29,7 @@
</members>
<constants>
<constant name="STRETCH_SCALE_ON_EXPAND" value="0" enum="StretchMode">
- Scale to fit the node's bounding rectangle, only if [code]expand[/code] is [code]true[/code]. Default [code]stretch_mode[/code], for backwards compatibility. Until you set [code]expand[/code] to [code]true[/code], the texture will behave like [code]STRETCH_KEEP[/code].
+ Scale to fit the node's bounding rectangle, only if [code]expand[/code] is [code]true[/code]. Default [code]stretch_mode[/code], for backwards compatibility. Until you set [code]expand[/code] to [code]true[/code], the texture will behave like [constant STRETCH_KEEP].
</constant>
<constant name="STRETCH_SCALE" value="1" enum="StretchMode">
Scale to fit the node's bounding rectangle.