summaryrefslogtreecommitdiffstats
path: root/doc/classes/CanvasTexture.xml
diff options
context:
space:
mode:
authorMuhannad Elbolaky <think-basin-amber@duck.com>2024-10-14 16:05:54 +0300
committerMuhannad Elbolaky <think-basin-amber@duck.com>2024-10-15 04:54:52 +0300
commitf90d13478a7691d82dce49a07dbcf52d702d070e (patch)
tree21776ec4a9404dc74952f1812f1f2bcd9da314b5 /doc/classes/CanvasTexture.xml
parentc04c1f2fa3cfab0011d9c5af2ecbc807f1baadcf (diff)
downloadredot-engine-f90d13478a7691d82dce49a07dbcf52d702d070e.tar.gz
fix: replace "Godot" to "Redot"
Trying to change "Godot" to "Redot" in the doc while acknowledging the reference to previous Godot versions like Godot 3.X.
Diffstat (limited to 'doc/classes/CanvasTexture.xml')
-rw-r--r--doc/classes/CanvasTexture.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/CanvasTexture.xml b/doc/classes/CanvasTexture.xml
index a14f71cc46..4ba8a18359 100644
--- a/doc/classes/CanvasTexture.xml
+++ b/doc/classes/CanvasTexture.xml
@@ -16,7 +16,7 @@
</member>
<member name="normal_texture" type="Texture2D" setter="set_normal_texture" getter="get_normal_texture">
The normal map texture to use. Only has a visible effect if [Light2D]s are affecting this [CanvasTexture].
- [b]Note:[/b] Godot expects the normal map to use X+, Y+, and Z+ coordinates. See [url=http://wiki.polycount.com/wiki/Normal_Map_Technical_Details#Common_Swizzle_Coordinates]this page[/url] for a comparison of normal map coordinates expected by popular engines.
+ [b]Note:[/b] Redot expects the normal map to use X+, Y+, and Z+ coordinates. See [url=http://wiki.polycount.com/wiki/Normal_Map_Technical_Details#Common_Swizzle_Coordinates]this page[/url] for a comparison of normal map coordinates expected by popular engines.
</member>
<member name="resource_local_to_scene" type="bool" setter="set_local_to_scene" getter="is_local_to_scene" overrides="Resource" default="false" />
<member name="specular_color" type="Color" setter="set_specular_color" getter="get_specular_color" default="Color(1, 1, 1, 1)">