Updated titles

This commit is contained in:
DaanV2
2021-06-24 17:46:39 +02:00
parent ae2f83e07c
commit c71ba5ab36
23 changed files with 105 additions and 92 deletions

View File

@@ -6,7 +6,7 @@
"description": "Defines the entity's size interpolation based on the entity's age.",
"required": [],
"properties": {
"end_scale": { "type": "number", "default": 1, "description": "Ending scale of the entity when it's fully grown", "title": "TODO Title" },
"start_scale": { "type": "number", "default": 1, "description": "Initial scale of the newborn entity", "title": "TODO Title" }
"end_scale": { "type": "number", "default": 1, "description": "Ending scale of the entity when it's fully grown", "title": "End Scale" },
"start_scale": { "type": "number", "default": 1, "description": "Initial scale of the newborn entity", "title": "Start Scale" }
}
}