Updated animations

This commit is contained in:
DaanV2
2021-04-23 16:53:15 +02:00
parent 73d249a657
commit f68a2ded32
2 changed files with 20 additions and 30 deletions

View File

@@ -199,9 +199,6 @@
"particle_effects": { "particle_effects": {
"title": "Particle Effects", "title": "Particle Effects",
"description": "TODO", "description": "TODO",
"oneOf": [
{ "$ref": "#/definitions/ParticleEffect" },
{
"type": "object", "type": "object",
"propertyNames": { "pattern": "^[\\d.]+$", "examples": ["0.0"] }, "propertyNames": { "pattern": "^[\\d.]+$", "examples": ["0.0"] },
"additionalProperties": { "additionalProperties": {
@@ -212,8 +209,6 @@
{ "type": "array", "items": { "$ref": "#/definitions/ParticleEffect" } } { "type": "array", "items": { "$ref": "#/definitions/ParticleEffect" } }
] ]
} }
}
]
}, },
"start_delay": { "start_delay": {
"title": "Start Delay", "title": "Start Delay",

View File

@@ -199,9 +199,6 @@
"particle_effects": { "particle_effects": {
"title": "Particle Effects", "title": "Particle Effects",
"description": "TODO", "description": "TODO",
"oneOf": [
{ "$ref": "#/definitions/ParticleEffect" },
{
"type": "object", "type": "object",
"propertyNames": { "pattern": "^[\\d.]+$", "examples": ["0.0"] }, "propertyNames": { "pattern": "^[\\d.]+$", "examples": ["0.0"] },
"additionalProperties": { "additionalProperties": {
@@ -212,8 +209,6 @@
{ "type": "array", "items": { "$ref": "#/definitions/ParticleEffect" } } { "type": "array", "items": { "$ref": "#/definitions/ParticleEffect" } }
] ]
} }
}
]
}, },
"start_delay": { "start_delay": {
"title": "Start Delay", "title": "Start Delay",