updating todo titles

This commit is contained in:
DaanV2
2021-06-09 10:24:10 +02:00
parent 93a8ce3aec
commit ada0815fa6
78 changed files with 343 additions and 326 deletions

View File

@@ -40,43 +40,43 @@
"type": "integer",
"default": 0,
"description": "The seat that designates the driver of the entity",
"title": "TODO Title"
"title": "Controlling Seat"
},
"crouching_skip_interact": {
"type": "boolean",
"default": true,
"description": "If true, this entity can't be interacted with if the entity interacting with it is crouching",
"title": "TODO Title"
"title": "Crouching Skip Interact"
},
"family_types": {
"type": "array",
"items": { "type": "string" },
"items": { "type": "string", "title": "Family Type", "description": "The entity that can ride this entity" },
"description": "List of entities that can ride this entity",
"title": "TODO Title"
"title": "Family Types"
},
"interact_text": {
"type": "string",
"default": "",
"description": "The text to display when the player can interact with the entity when playing with Touch-screen controls",
"title": "TODO Title"
"title": "Interact Text"
},
"pull_in_entities": {
"type": "boolean",
"default": false,
"description": "If true, this entity will pull in entities that are in the correct family_types into any available seats",
"title": "TODO Title"
"title": "Pull In Entities"
},
"rider_can_interact": {
"type": "boolean",
"default": false,
"description": "If true, this entity will be picked when looked at by the rider",
"title": "TODO Title"
"title": "Rider Can Interact"
},
"seat_count": {
"type": "integer",
"default": 1,
"description": "The number of entities that can ride this entity at the same time",
"title": "TODO Title"
"title": "Seat Count"
},
"seats": {
"description": "The list of positions and number of riders for each position for entities riding this entity",
@@ -84,7 +84,7 @@
{ "type": "object", "$ref": "#/definitions/seats_spec" },
{ "type": "array", "items": { "$ref": "#/definitions/seats_spec" } }
],
"title": "TODO Title"
"title": "Seats"
}
}
}