Updated titles
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
"flipbook_texture": {
|
||||
"description": "A texture file",
|
||||
"pattern": "^textures/.+$",
|
||||
"title": "Flipbook texture",
|
||||
"title": "Flipbook Texture",
|
||||
"type": "string"
|
||||
},
|
||||
"frames": {
|
||||
@@ -55,7 +55,7 @@
|
||||
},
|
||||
"ticks_per_frame": {
|
||||
"description": "The amount of ticks to wait between frames",
|
||||
"title": "Ticks per frame",
|
||||
"title": "Ticks Per Frame",
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
"textures": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/texture" },
|
||||
{ "description": "A collection of textures", "title": "Texture data", "type": "array", "items": { "$ref": "#/definitions/texture" } }
|
||||
{ "description": "A collection of textures", "title": "Texture Data", "type": "array", "items": { "$ref": "#/definitions/texture" } }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user