Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Ben C 2022-06-19 16:54:17 -04:00
commit 9134433dc4
No known key found for this signature in database
GPG Key ID: 7F8F04504B670474

View File

@ -895,6 +895,12 @@
"description": "Allows you to trigger dialogue from a distance when you walk into an area.",
"$ref": "#/definitions/MVector3"
},
"interactRange": {
"type": "number",
"description": "Distance from radius the prompt appears",
"format": "float",
"default": 2.0
},
"remoteTriggerRadius": {
"type": "number",
"description": "The radius of the remote trigger volume.",