Separating ui file into its components
This commit is contained in:
15
source/resource/ui/elements/properties/tiled.json
Normal file
15
source/resource/ui/elements/properties/tiled.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"title": "Tiled",
|
||||
"description": "If true, the texture will be tiled.",
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"enum": ["x", "y"]
|
||||
},
|
||||
{
|
||||
"$ref": "../../general/item_ref.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user