From 2bf145fa5d3efaea6d0e108da19c212ceeff6505 Mon Sep 17 00:00:00 2001 From: PouleyKetchoupp Date: Wed, 9 Jun 2021 17:33:17 -0700 Subject: Make LineShape2D normal point upwards by default Allows line shapes to collide with objects falling from the top by default, which makes more sense for the most common cases. --- doc/classes/LineShape2D.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/LineShape2D.xml b/doc/classes/LineShape2D.xml index fed5773583..434e6fba8e 100644 --- a/doc/classes/LineShape2D.xml +++ b/doc/classes/LineShape2D.xml @@ -14,8 +14,8 @@ The line's distance from the origin. - - The line's normal. + + The line's normal. Defaults to [code]Vector2.UP[/code]. -- cgit v1.2.3