This commit is contained in:
DaanV2
2021-01-25 17:12:02 +01:00
parent d158159578
commit 30cb106178
2 changed files with 3 additions and 3 deletions

View File

@@ -163,7 +163,7 @@
"title": "Initialize", "title": "Initialize",
"items": { "items": {
"pattern": ";$", "pattern": ";$",
"$ref": "../../../molang/1.8.0/number.json", "$ref": "../../../molang/1.8.0/string.json",
"description": "TODO description: initialize", "description": "TODO description: initialize",
"title": "Initialize" "title": "Initialize"
} }
@@ -174,7 +174,7 @@
"title": "Pre Animation", "title": "Pre Animation",
"items": { "items": {
"pattern": ";$", "pattern": ";$",
"$ref": "../../../molang/1.8.0/number.json", "$ref": "../../../molang/1.8.0/string.json",
"description": "TODO description: pre aninamtion", "description": "TODO description: pre aninamtion",
"title": "Pre Animation" "title": "Pre Animation"
} }

View File

@@ -54,7 +54,7 @@
"description": "Curves are interpolation values, with inputs from 0 to 1, and outputs based on the curve. The result of the curve is a MoLang variable of the same name that can be referenced in MoLang in components. For each rendering frame for each particle, the curves are evaluated and the result is placed in a MoLang variable of the name of the curve.", "description": "Curves are interpolation values, with inputs from 0 to 1, and outputs based on the curve. The result of the curve is a MoLang variable of the same name that can be referenced in MoLang in components. For each rendering frame for each particle, the curves are evaluated and the result is placed in a MoLang variable of the name of the curve.",
"type": "object", "type": "object",
"propertyNames": { "propertyNames": {
"pattern": "^variable\\.[a-zA-z0-9]+$" "pattern": "^(v|variable)\\.[a-zA-z0-9]+$"
}, },
"additionalProperties": { "additionalProperties": {
"type": "object", "type": "object",