No description available.
Properties
View raw schema
{
"type": "object",
"required": [
"selectedOptions"
],
"properties": {
"selectedOptions": {
"type": "unknown",
"description": "Map of part name -> sprite path"
},
"partColorSettings": {
"type": "unknown",
"description": "Map of part name -> {red, green, blue, alpha}"
},
"currentAnimDirection": {
"type": "integer",
"description": "0=right, 1=back, 2=left, 3=front"
}
}
}