Replaced undocumented

This commit is contained in:
DaanV2
2021-06-16 16:19:12 +02:00
parent 8a6f695326
commit 9036e74f6e
376 changed files with 1410 additions and 1437 deletions

View File

@@ -8,19 +8,19 @@
"hitboxes": {
"type": "array",
"title": "Hitboxes",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"items": {
"type": "object",
"title": "Hitbox",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"additionalProperties": false,
"properties": {
"width": { "type": "number", "title": "Width", "description": "UNDOCUMENTATED" },
"height": { "type": "number", "title": "Height", "description": "UNDOCUMENTATED" },
"width": { "type": "number", "title": "Width", "description": "UNDOCUMENTED" },
"height": { "type": "number", "title": "Height", "description": "UNDOCUMENTED" },
"pivot": {
"type": "array",
"title": "Pivot",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }]
}
}