summaryrefslogtreecommitdiffstats
path: root/doc/classes/AnimatableBody2D.xml
diff options
context:
space:
mode:
authorHugo Locurcio <hugo.locurcio@hugo.pro>2023-03-29 20:39:04 +0200
committerHugo Locurcio <hugo.locurcio@hugo.pro>2023-04-18 16:31:22 +0200
commit68117d2fc7b68c544e16f8968b13d40b145c5bf4 (patch)
treec950b57a7edc530db3cfd87901aa6564dd747c33 /doc/classes/AnimatableBody2D.xml
parent9e6b680cfb64655c057a869abd594f3518f24e17 (diff)
downloadredot-engine-68117d2fc7b68c544e16f8968b13d40b145c5bf4.tar.gz
Document using AnimatableBody when needed in StaticBody description
Diffstat (limited to 'doc/classes/AnimatableBody2D.xml')
-rw-r--r--doc/classes/AnimatableBody2D.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/AnimatableBody2D.xml b/doc/classes/AnimatableBody2D.xml
index c6a924f86e..fa99d774c2 100644
--- a/doc/classes/AnimatableBody2D.xml
+++ b/doc/classes/AnimatableBody2D.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="AnimatableBody2D" inherits="StaticBody2D" version="4.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
<brief_description>
- Physics body for 2D physics which moves only by script or animation. Useful for moving platforms and doors.
+ Physics body for 2D physics which moves only by script or animation (while affecting other bodies on its path). Useful for moving platforms and doors.
</brief_description>
<description>
Animatable body for 2D physics.