Browse Source

Replace physics body editor URL (#349)

https://defold.com/assets/physicsbodyeditor/ is dead.

Or could remove it completely.
Fab 2 years ago
parent
commit
66c3a42143
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/en/manuals/physics-shapes.md

+ 1 - 1
docs/en/manuals/physics-shapes.md

@@ -51,7 +51,7 @@ Note that the *Group* property is **not** used here since the collision groups a
 :::
 
 ## Convex hull shape
-Defold includes a feature allowing you to create a convex hull shape from three or more points. You can use an external tool such as the [Defold Polygon Editor](/assets/defoldpolygoneditor/) or the [Physics Body Editor](/assets/physicsbodyeditor/) to create a convex hull shape.
+Defold includes a feature allowing you to create a convex hull shape from three or more points. You can use an external tool such as the [Defold Polygon Editor](/assets/defoldpolygoneditor/) or the [Physics Body Editor](https://selimanac.github.io/physics-body-editor/) to create a convex hull shape.
 
 1. Create convex hull shape file (file extension `.convexshape`) using an external editor.
 2. Instead of adding shapes to the collision object component, set the *Collision Shape* property to the *convex shape* file.