* Add permutations description * Adjust grammar * Update description of "num_mip_levels" * Update "atlas_tile" and "blend_frames" property Some properties had completely incorrect titles as well, those were fixed in this commit too. * Update JSON UI schema * Update item schema * Update terrain_texture schema * Update animations schema * Update go_home.json * Update textures schemas
13 lines
216 B
JSON
13 lines
216 B
JSON
{
|
|
"title": "Font Size",
|
|
"description": "The size of the font.",
|
|
"anyOf": [
|
|
{
|
|
"enum": [ "small", "normal", "large", "extra_large" ]
|
|
},
|
|
{
|
|
"$ref": "../../general/item_ref.json"
|
|
}
|
|
]
|
|
}
|