# org.simocracy.defs

> Published by [gainforest.earth](https://lexicon.garden/identity/did:plc:qoti4acfmc5wg6zzmtix6hse)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:qoti4acfmc5wg6zzmtix6hse/org.simocracy.defs)
- [Documentation](https://lexicon.garden/lexicon/did:plc:qoti4acfmc5wg6zzmtix6hse/org.simocracy.defs/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:qoti4acfmc5wg6zzmtix6hse/org.simocracy.defs/examples)

## Definitions

### `org.simocracy.defs#spriteSettings`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `selectedOptions` | `unknown` | Yes | Map of part name -> sprite path |
| `partColorSettings` | `unknown` | No | Map of part name -> {red, green, blue, alpha} |
| `currentAnimDirection` | `integer` | No | 0=right, 1=back, 2=left, 3=front |

## Raw Schema

```json
{
  "id": "org.simocracy.defs",
  "defs": {
    "spriteSettings": {
      "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"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
