Filled in descriptions

This commit is contained in:
DaanV2
2021-04-19 15:57:02 +02:00
parent b6a671314a
commit 8f16fa50df
17 changed files with 17587 additions and 95 deletions

View File

@@ -62,20 +62,20 @@
"$ref": "./components.json",
"uniqueItems": true,
"description": "The components that are added as the foundation of the entity",
"title": "Component Schema"
"title": "Component"
}
},
"components": {
"$ref": "./components.json",
"uniqueItems": true,
"description": "The components that are added as the foundation of the entity",
"title": "Component Schema"
"title": "Component"
},
"events": {
"$ref": "./events.json",
"uniqueItems": true,
"description": "The events that the entity can run, these add or remove components_groups",
"title": "Events Schema"
"title": "Events"
}
}
}