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