16 lines
228 B
JSON
16 lines
228 B
JSON
{
|
|
"title": "Tiled",
|
|
"description": "If true, the texture will be tiled.",
|
|
"anyOf": [
|
|
{
|
|
"type": "boolean"
|
|
},
|
|
{
|
|
"enum": ["x", "y"]
|
|
},
|
|
{
|
|
"$ref": "../../general/item_ref.json"
|
|
}
|
|
]
|
|
}
|