This commit is contained in:
DaanV2
2021-02-10 02:02:46 +01:00
parent 178be36f29
commit 9a2f8790c5
6 changed files with 41 additions and 36 deletions

View File

@@ -309,6 +309,7 @@
}
]
},
"override_previous_animation": {
"title": "Override previous animation",
"description": "Reset bones in this animation to the default pose before applying this animation.",

View File

@@ -317,33 +317,16 @@
"particle_effects": {
"title": "Particle effects",
"description": "TODO",
"oneOf": [
{
"$ref": "#/definitions/ParticleEffect"
},
{
"type": "object",
"propertyNames": {
"pattern": "^[\\d.]+$"
},
"additionalProperties": {
"title": "Timeline object",
"description": "A single point in time",
"oneOf": [
{
"type": "object",
"$ref": "#/definitions/ParticleEffect"
},
{
"type": "array",
"items": {
"$ref": "#/definitions/ParticleEffect"
}
}
]
}
}
]
"type": "object",
"propertyNames": {
"pattern": "^[\\d.]+$",
"examples": ["0.0", "1.0", "2.3"]
},
"additionalProperties": {
"title": "Timeline object",
"description": "A single point in time",
"$ref": "#/definitions/ParticleEffect"
}
},
"start_delay": {
"title": "Start delay",