summaryrefslogtreecommitdiff
path: root/doc/classes/PhysicsBody2D.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/PhysicsBody2D.xml')
-rw-r--r--doc/classes/PhysicsBody2D.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/classes/PhysicsBody2D.xml b/doc/classes/PhysicsBody2D.xml
index aaf782c245..34e86fa63a 100644
--- a/doc/classes/PhysicsBody2D.xml
+++ b/doc/classes/PhysicsBody2D.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<class name="PhysicsBody2D" inherits="CollisionObject2D" category="Core" version="3.0-beta">
+<class name="PhysicsBody2D" inherits="CollisionObject2D" category="Core" version="3.0-stable">
<brief_description>
Base class for all objects affected by physics in 2D space.
</brief_description>
@@ -7,6 +7,7 @@
PhysicsBody2D is an abstract base class for implementing a physics body. All *Body2D types inherit from it.
</description>
<tutorials>
+ http://docs.godotengine.org/en/3.0/tutorials/physics/physics_introduction.html
</tutorials>
<demos>
</demos>