summaryrefslogtreecommitdiffstats
path: root/doc/classes/TextureProgressBar.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/TextureProgressBar.xml')
-rw-r--r--doc/classes/TextureProgressBar.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/classes/TextureProgressBar.xml b/doc/classes/TextureProgressBar.xml
index 23cacf481f..0c1e9adf71 100644
--- a/doc/classes/TextureProgressBar.xml
+++ b/doc/classes/TextureProgressBar.xml
@@ -71,13 +71,13 @@
[Texture2D] that draws under the progress bar. The bar's background.
</member>
<member name="tint_over" type="Color" setter="set_tint_over" getter="get_tint_over" default="Color(1, 1, 1, 1)">
- Multiplies the color of the bar's [code]texture_over[/code] texture. The effect is similar to [member CanvasItem.modulate], except it only affects this specific texture instead of the entire node.
+ Multiplies the color of the bar's [member texture_over] texture. The effect is similar to [member CanvasItem.modulate], except it only affects this specific texture instead of the entire node.
</member>
<member name="tint_progress" type="Color" setter="set_tint_progress" getter="get_tint_progress" default="Color(1, 1, 1, 1)">
- Multiplies the color of the bar's [code]texture_progress[/code] texture.
+ Multiplies the color of the bar's [member texture_progress] texture.
</member>
<member name="tint_under" type="Color" setter="set_tint_under" getter="get_tint_under" default="Color(1, 1, 1, 1)">
- Multiplies the color of the bar's [code]texture_under[/code] texture.
+ Multiplies the color of the bar's [member texture_under] texture.
</member>
</members>
<constants>