Update physics.json

corrected description
This commit is contained in:
ChibiMango
2022-08-09 11:21:26 +01:00
parent 44b93ff0a3
commit 7794526025

View File

@@ -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": {