org.simocracy.defs

gainforest.earth

Documentation

spriteSettings object

No description available.

Properties

currentAnimDirection integer Optional

0=right, 1=back, 2=left, 3=front

partColorSettings unknown Optional

Map of part name -> {red, green, blue, alpha}

selectedOptions unknown Required

Map of part name -> sprite path

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"
    }
  }
}

Lexicon Garden

@