From e7234564946e5672379775956fd47fd758070df3 Mon Sep 17 00:00:00 2001 From: Jay Mehta <91770194+jaymehta-g@users.noreply.github.com> Date: Sat, 19 Nov 2022 17:56:17 -0600 Subject: [PATCH] Changed Area3D node description Changed description to be less confusing Changed "3D area for detection and physics and audio influence." To "3D area for detection, physics, and audio influence." --- doc/classes/Area3D.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/Area3D.xml b/doc/classes/Area3D.xml index ea8cab324d7..683160d8005 100644 --- a/doc/classes/Area3D.xml +++ b/doc/classes/Area3D.xml @@ -1,7 +1,7 @@ - 3D area for detection and physics and audio influence. + 3D area for detection, physics, and audio influence. 3D area that detects [CollisionObject3D] nodes overlapping, entering, or exiting. Can also alter or override local physics parameters (gravity, damping) and route audio to custom audio buses.