From a3ac9c19b6e7a41db15f7ee15c3f6dbbd181c17a Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sat, 6 Aug 2022 05:06:55 +0200 Subject: [PATCH] Improve Shape2D's `custom_solver_bias` description --- doc/classes/Shape2D.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/classes/Shape2D.xml b/doc/classes/Shape2D.xml index 29cdb34cd..1c13f01a9 100644 --- a/doc/classes/Shape2D.xml +++ b/doc/classes/Shape2D.xml @@ -69,7 +69,8 @@ - The shape's custom solver bias. + The shape's custom solver bias. Defines how much bodies react to enforce contact separation when this shape is involved. + When set to [code]0.0[/code], the default value of [code]0.3[/code] is used.