Updated animations
This commit is contained in:
@@ -199,21 +199,16 @@
|
|||||||
"particle_effects": {
|
"particle_effects": {
|
||||||
"title": "Particle Effects",
|
"title": "Particle Effects",
|
||||||
"description": "TODO",
|
"description": "TODO",
|
||||||
"oneOf": [
|
"type": "object",
|
||||||
{ "$ref": "#/definitions/ParticleEffect" },
|
"propertyNames": { "pattern": "^[\\d.]+$", "examples": ["0.0"] },
|
||||||
{
|
"additionalProperties": {
|
||||||
"type": "object",
|
"title": "Timeline Object",
|
||||||
"propertyNames": { "pattern": "^[\\d.]+$", "examples": ["0.0"] },
|
"description": "A single point in time",
|
||||||
"additionalProperties": {
|
"oneOf": [
|
||||||
"title": "Timeline Object",
|
{ "type": "object", "$ref": "#/definitions/ParticleEffect" },
|
||||||
"description": "A single point in time",
|
{ "type": "array", "items": { "$ref": "#/definitions/ParticleEffect" } }
|
||||||
"oneOf": [
|
]
|
||||||
{ "type": "object", "$ref": "#/definitions/ParticleEffect" },
|
}
|
||||||
{ "type": "array", "items": { "$ref": "#/definitions/ParticleEffect" } }
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"start_delay": {
|
"start_delay": {
|
||||||
"title": "Start Delay",
|
"title": "Start Delay",
|
||||||
|
|||||||
@@ -199,21 +199,16 @@
|
|||||||
"particle_effects": {
|
"particle_effects": {
|
||||||
"title": "Particle Effects",
|
"title": "Particle Effects",
|
||||||
"description": "TODO",
|
"description": "TODO",
|
||||||
"oneOf": [
|
"type": "object",
|
||||||
{ "$ref": "#/definitions/ParticleEffect" },
|
"propertyNames": { "pattern": "^[\\d.]+$", "examples": ["0.0"] },
|
||||||
{
|
"additionalProperties": {
|
||||||
"type": "object",
|
"title": "Timeline Object",
|
||||||
"propertyNames": { "pattern": "^[\\d.]+$", "examples": ["0.0"] },
|
"description": "A single point in time",
|
||||||
"additionalProperties": {
|
"oneOf": [
|
||||||
"title": "Timeline Object",
|
{ "type": "object", "$ref": "#/definitions/ParticleEffect" },
|
||||||
"description": "A single point in time",
|
{ "type": "array", "items": { "$ref": "#/definitions/ParticleEffect" } }
|
||||||
"oneOf": [
|
]
|
||||||
{ "type": "object", "$ref": "#/definitions/ParticleEffect" },
|
}
|
||||||
{ "type": "array", "items": { "$ref": "#/definitions/ParticleEffect" } }
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"start_delay": {
|
"start_delay": {
|
||||||
"title": "Start Delay",
|
"title": "Start Delay",
|
||||||
|
|||||||
Reference in New Issue
Block a user