summaryrefslogtreecommitdiff
path: root/doc/classes/AnimatedSprite2D.xml
diff options
context:
space:
mode:
authorJonathan Gollnick <jonathan.gollnick@gmail.com>2021-06-05 14:24:24 -0500
committerJonathan Gollnick <jonathan.gollnick@gmail.com>2021-06-10 16:30:28 -0500
commit6710ad1737589e280cba5766a26c04172dccd0f9 (patch)
tree3874b632278fba2d62e984329dbbf3c40e6adc85 /doc/classes/AnimatedSprite2D.xml
parentbc1fcb9c659c573a38347088ccda3640fe2ae4c8 (diff)
Let var2str display StringName with correct sigil
Diffstat (limited to 'doc/classes/AnimatedSprite2D.xml')
-rw-r--r--doc/classes/AnimatedSprite2D.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/AnimatedSprite2D.xml b/doc/classes/AnimatedSprite2D.xml
index 969e9cc85b..d18419f163 100644
--- a/doc/classes/AnimatedSprite2D.xml
+++ b/doc/classes/AnimatedSprite2D.xml
@@ -22,7 +22,7 @@
<method name="play">
<return type="void">
</return>
- <argument index="0" name="anim" type="StringName" default="@&quot;&quot;">
+ <argument index="0" name="anim" type="StringName" default="&amp;&quot;&quot;">
</argument>
<argument index="1" name="backwards" type="bool" default="false">
</argument>
@@ -39,7 +39,7 @@
</method>
</methods>
<members>
- <member name="animation" type="StringName" setter="set_animation" getter="get_animation" default="@&quot;default&quot;">
+ <member name="animation" type="StringName" setter="set_animation" getter="get_animation" default="&amp;&quot;default&quot;">
The current animation from the [code]frames[/code] resource. If this value changes, the [code]frame[/code] counter is reset.
</member>
<member name="centered" type="bool" setter="set_centered" getter="is_centered" default="true">