diff options
author | Muhannad Elbolaky <think-basin-amber@duck.com> | 2024-10-14 16:05:54 +0300 |
---|---|---|
committer | Muhannad Elbolaky <think-basin-amber@duck.com> | 2024-10-15 04:54:52 +0300 |
commit | f90d13478a7691d82dce49a07dbcf52d702d070e (patch) | |
tree | 21776ec4a9404dc74952f1812f1f2bcd9da314b5 /doc/classes/SkeletonModification2D.xml | |
parent | c04c1f2fa3cfab0011d9c5af2ecbc807f1baadcf (diff) | |
download | redot-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/SkeletonModification2D.xml')
-rw-r--r-- | doc/classes/SkeletonModification2D.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/classes/SkeletonModification2D.xml b/doc/classes/SkeletonModification2D.xml index c09e63be85..f78985e9f2 100644 --- a/doc/classes/SkeletonModification2D.xml +++ b/doc/classes/SkeletonModification2D.xml @@ -5,7 +5,7 @@ </brief_description> <description> This resource provides an interface that can be expanded so code that operates on [Bone2D] nodes in a [Skeleton2D] can be mixed and matched together to create complex interactions. - This is used to provide Godot with a flexible and powerful Inverse Kinematics solution that can be adapted for many different uses. + This is used to provide Redot with a flexible and powerful Inverse Kinematics solution that can be adapted for many different uses. </description> <tutorials> </tutorials> @@ -13,7 +13,7 @@ <method name="_draw_editor_gizmo" qualifiers="virtual"> <return type="void" /> <description> - Used for drawing [b]editor-only[/b] modification gizmos. This function will only be called in the Godot editor and can be overridden to draw custom gizmos. + Used for drawing [b]editor-only[/b] modification gizmos. This function will only be called in the Redot editor and can be overridden to draw custom gizmos. [b]Note:[/b] You will need to use the Skeleton2D from [method SkeletonModificationStack2D.get_skeleton] and it's draw functions, as the [SkeletonModification2D] resource cannot draw on its own. </description> </method> @@ -44,7 +44,7 @@ <method name="get_editor_draw_gizmo" qualifiers="const"> <return type="bool" /> <description> - Returns whether this modification will call [method _draw_editor_gizmo] in the Godot editor to draw modification-specific gizmos. + Returns whether this modification will call [method _draw_editor_gizmo] in the Redot editor to draw modification-specific gizmos. </description> </method> <method name="get_is_setup" qualifiers="const"> @@ -63,7 +63,7 @@ <return type="void" /> <param index="0" name="draw_gizmo" type="bool" /> <description> - Sets whether this modification will call [method _draw_editor_gizmo] in the Godot editor to draw modification-specific gizmos. + Sets whether this modification will call [method _draw_editor_gizmo] in the Redot editor to draw modification-specific gizmos. </description> </method> <method name="set_is_setup"> |