From 77945260252adec96e37aa2b5843c5daf2e701ed Mon Sep 17 00:00:00 2001 From: ChibiMango <32205345+ChibiMango@users.noreply.github.com> Date: Tue, 9 Aug 2022 11:21:26 +0100 Subject: [PATCH] Update physics.json corrected description --- source/behavior/entities/format/components/physics.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/behavior/entities/format/components/physics.json b/source/behavior/entities/format/components/physics.json index 066ae291..9acf3332 100644 --- a/source/behavior/entities/format/components/physics.json +++ b/source/behavior/entities/format/components/physics.json @@ -3,7 +3,7 @@ "additionalProperties": false, "type": "object", "title": "Physics", - "description": "Defines a dynamic type jump control that will change jump properties based on the speed modifier of the mob.", + "description": "Defines physics properties of an actor, including if it is affected by gravity or if it collides with objects.", "required": [], "properties": { "has_collision": {