Fixing transition for animation controllers
This commit is contained in:
@@ -120,9 +120,14 @@
|
|||||||
"minProperties": 1,
|
"minProperties": 1,
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/definitions/animationspec",
|
"title": "Transitions",
|
||||||
"description": "TODO description: transitions",
|
"description": "A object specification on how to transition",
|
||||||
"title": "Transitions"
|
"type": "object",
|
||||||
|
"maxProperties": 1,
|
||||||
|
"minProperties": 1,
|
||||||
|
"additionalProperties": {
|
||||||
|
"$ref": "../../../molang/1.8.0/string.json"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user